#8768F6

Color #8768F6 Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #8768F6

Tints of Light Slate Blue #8768F6

Color information

#8768F6 (or 0x8768F6) is unknown color: approx Light Slate Blue. HEX triplet: 87, 68 and F6. RGB value is (135,104,246). Sum of RGB (Red+Green+Blue) = 135+104+246=485 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.84% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 246 (96.48% from 255 or 50.72% from 485); Max value from RGB is 246 - color contains mainly: blue. Hex color #8768F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8768F6 is #789709. Grayscale: #808080. Windows color (decimal): -7902986 or 16148615. OLE color: 16148615.

HSL color Cylindrical-coordinate representation of color #8768F6: hue angle of 253.1º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8768F6 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB135104246-
CMYK0.450.5800.04
HSL253.1º88.75%68.63%-
HSV(B)253.1º57.72%96.47%-
XYZ31.5821.7189.71-
YUV129.46193.77131.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 27.84%
GREEN value IS 104 (41.02% from 255) = 21.44%
BLUE value IS 246 (96.48% from 255) = 50.72%
R=27.84%
G=21.44%
B=50.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1351042460.450.5800.04253.188.7568.63
Hex8768F62D3A04fd5945
Octal207150366557204375131105
Binary1000011111010001111011010110111101001001111110110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8768F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8768F6; }

 p { color: rgb(135,104,246); }

 H1.HeaderClassName
 {
   color: #8768F6;
 }
 .AnyTagClassName
 {
   color: #8768F6;
 }
</style>
background-color css

<style>
 a { background-color: #8768F6; }

 a { background-color: rgb(135,104,246); }

 div.DivClassName
 {
   background-color: #8768F6;
 }
 .BgClassName
 {
   background-color: #8768F6;
 }
</style>
border-color css

<style>
 span { border-color: #8768F6; }

 span { border-color: rgb(135,104,246); }

 td.TdClassName
 {
   border-color: #8768F6;
 }
 .TagClassName
 {
   border-color: #8768F6;
 }
</style>