#926CFB

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

Shades of Light Slate Blue #926CFB

Tints of Light Slate Blue #926CFB

Color information

#926CFB (or 0x926CFB) is unknown color: approx Light Slate Blue. HEX triplet: 92, 6C and FB. RGB value is (146,108,251). Sum of RGB (Red+Green+Blue) = 146+108+251=505 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.91% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #926CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926CFB is #6D9304. Grayscale: #878787. Windows color (decimal): -7181061 or 16477330. OLE color: 16477330.

HSL color Cylindrical-coordinate representation of color #926CFB: hue angle of 255.94º 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 #926CFB is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB146108251-
CMYK0.420.5700.02
HSL255.94º94.7%70.39%-
HSV(B)255.94º56.97%98.43%-
XYZ34.6323.894.04-
YUV135.66193.09135.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.91%
GREEN value IS 108 (42.58% from 255) = 21.39%
BLUE value IS 251 (98.44% from 255) = 49.70%
R=28.91%
G=21.39%
B=49.70%

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
Decimal1461082510.420.5700.02255.9494.770.39
Hex926CFB2A39021005f46
Octal222154373527102400137106
Binary1001001011011001111101110101011100101010000000010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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