#916CFB

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

Shades of Light Slate Blue #916CFB

Tints of Light Slate Blue #916CFB

Color information

#916CFB (or 0x916CFB) is unknown color: approx Light Slate Blue. HEX triplet: 91, 6C and FB. RGB value is (145,108,251). Sum of RGB (Red+Green+Blue) = 145+108+251=504 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.77% from 504); Green value is 108 (42.58% from 255 or 21.43% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #916CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916CFB is #6E9304. Grayscale: #868686. Windows color (decimal): -7246597 or 16477329. OLE color: 16477329.

HSL color Cylindrical-coordinate representation of color #916CFB: hue angle of 255.52º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #916CFB is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB145108251-
CMYK0.420.5700.02
HSL255.52º94.7%70.39%-
HSV(B)255.52º56.97%98.43%-
XYZ34.4523.7194.03-
YUV135.36193.26134.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.77%
GREEN value IS 108 (42.58% from 255) = 21.43%
BLUE value IS 251 (98.44% from 255) = 49.80%
R=28.77%
G=21.43%
B=49.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1451082510.420.5700.02255.5294.770.39
Hex916CFB2A39021005f46
Octal221154373527102400137106
Binary1001000111011001111101110101011100101010000000010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916CFB; }

 p { color: rgb(145,108,251); }

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

<style>
 a { background-color: #916CFB; }

 a { background-color: rgb(145,108,251); }

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

<style>
 span { border-color: #916CFB; }

 span { border-color: rgb(145,108,251); }

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