#8168F9

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

Shades of Light Slate Blue #8168F9

Tints of Light Slate Blue #8168F9

Color information

#8168F9 (or 0x8168F9) is unknown color: approx Light Slate Blue. HEX triplet: 81, 68 and F9. RGB value is (129,104,249). Sum of RGB (Red+Green+Blue) = 129+104+249=482 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.76% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 249 (97.66% from 255 or 51.66% from 482); Max value from RGB is 249 - color contains mainly: blue. Hex color #8168F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8168F9 is #7E9706. Grayscale: #7F7F7F. Windows color (decimal): -8296199 or 16345217. OLE color: 16345217.

HSL color Cylindrical-coordinate representation of color #8168F9: hue angle of 250.34º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8168F9 is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB129104249-
CMYK0.480.5800.02
HSL250.34º92.36%69.22%-
HSV(B)250.34º58.23%97.65%-
XYZ31.121.4192.12-
YUV128196.28128.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.76%
GREEN value IS 104 (41.02% from 255) = 21.58%
BLUE value IS 249 (97.66% from 255) = 51.66%
R=26.76%
G=21.58%
B=51.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1291042490.480.5800.02250.3492.3669.22
Hex8168F9303A02fa5c45
Octal201150371607202372134105
Binary100000011101000111110011100001110100101111101010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8168F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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