#8168FF

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

Shades of Light Slate Blue #8168FF

Tints of Light Slate Blue #8168FF

Color information

#8168FF (or 0x8168FF) is unknown color: approx Light Slate Blue. HEX triplet: 81, 68 and FF. RGB value is (129,104,255). Sum of RGB (Red+Green+Blue) = 129+104+255=488 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.43% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #8168FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8168FF is #7E9700. Grayscale: #808080. Windows color (decimal): -8296193 or 16738433. OLE color: 16738433.

HSL color Cylindrical-coordinate representation of color #8168FF: hue angle of 249.93º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8168FF is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB129104255-
CMYK0.490.5900
HSL249.93º100%70.39%-
HSV(B)249.93º59.22%100%-
XYZ32.0521.7997.12-
YUV128.69199.28128.22-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.43%
GREEN value IS 104 (41.02% from 255) = 21.31%
BLUE value IS 255 (100% from 255) = 52.25%
R=26.43%
G=21.31%
B=52.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1291042550.490.5900249.9310070.39
Hex8168FF313B00fa6446
Octal201150377617300372144106
Binary10000001110100011111111110001111011001111101011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8168FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8168FF; }

 p { color: rgb(129,104,255); }

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

<style>
 a { background-color: #8168FF; }

 a { background-color: rgb(129,104,255); }

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

<style>
 span { border-color: #8168FF; }

 span { border-color: rgb(129,104,255); }

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