#9168ff

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

Shades of Light Slate Blue #9168FF

Tints of Light Slate Blue #9168FF

Color information

#9168FF (or 0x9168FF) is unknown color: approx Light Slate Blue. HEX triplet: 91, 68 and FF. RGB value is (145,104,255). Sum of RGB (Red+Green+Blue) = 145+104+255=504 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.77% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #9168FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9168FF is #6E9700. Grayscale: #848484. Windows color (decimal): -7247617 or 16738449. OLE color: 16738449.

HSL color Cylindrical-coordinate representation of color #9168FF: hue angle of 256.29º 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 #9168FF is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB145104255-
CMYK0.430.5900
HSL256.29º100%70.39%-
HSV(B)256.29º59.22%100%-
XYZ34.6823.1497.25-
YUV133.47196.58136.22-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.77%
GREEN value IS 104 (41.02% from 255) = 20.63%
BLUE value IS 255 (100% from 255) = 50.60%
R=28.77%
G=20.63%
B=50.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1451042550.430.5900256.2910070.39
Hex9168FF2B3B001006446
Octal221150377537300400144106
Binary100100011101000111111111010111110110010000000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9168ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9168ff; }

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

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

<style>
 a { background-color: #9168ff; }

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

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

<style>
 span { border-color: #9168ff; }

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

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