#926FF2

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

Shades of Light Slate Blue #926FF2

Tints of Light Slate Blue #926FF2

Color information

#926FF2 (or 0x926FF2) is unknown color: approx Light Slate Blue. HEX triplet: 92, 6F and F2. RGB value is (146,111,242). Sum of RGB (Red+Green+Blue) = 146+111+242=499 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.26% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 242 (94.92% from 255 or 48.50% from 499); Max value from RGB is 242 - color contains mainly: blue. Hex color #926FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926FF2 is #6D900D. Grayscale: #878787. Windows color (decimal): -7180302 or 15888274. OLE color: 15888274.

HSL color Cylindrical-coordinate representation of color #926FF2: hue angle of 256.03º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #926FF2 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB146111242-
CMYK0.400.5400.05
HSL256.03º83.44%69.22%-
HSV(B)256.03º54.13%94.9%-
XYZ33.5723.8986.85-
YUV136.4187.6134.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.26%
GREEN value IS 111 (43.75% from 255) = 22.24%
BLUE value IS 242 (94.92% from 255) = 48.50%
R=29.26%
G=22.24%
B=48.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1461112420.400.5400.05256.0383.4469.22
Hex926FF22836051005345
Octal222157362506605400123105
Binary10010010110111111110010101000110110010110000000010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,111,242); }

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

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

 a { background-color: rgb(146,111,242); }

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

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

 span { border-color: rgb(146,111,242); }

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