#926af3

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

Shades of Light Slate Blue #926AF3

Tints of Light Slate Blue #926AF3

Color information

#926AF3 (or 0x926AF3) is unknown color: approx Light Slate Blue. HEX triplet: 92, 6A and F3. RGB value is (146,106,243). Sum of RGB (Red+Green+Blue) = 146+106+243=495 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.49% from 495); Green value is 106 (41.80% from 255 or 21.41% from 495); Blue value is 243 (95.31% from 255 or 49.09% from 495); Max value from RGB is 243 - color contains mainly: blue. Hex color #926AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926AF3 is #6D950C. Grayscale: #858585. Windows color (decimal): -7181581 or 15952530. OLE color: 15952530.

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

Color convert

RGB146106243-
CMYK0.400.5600.05
HSL257.52º85.09%68.43%-
HSV(B)257.52º56.38%95.29%-
XYZ33.1922.8987.46-
YUV133.58189.75136.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.49%
GREEN value IS 106 (41.80% from 255) = 21.41%
BLUE value IS 243 (95.31% from 255) = 49.09%
R=29.49%
G=21.41%
B=49.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1461062430.400.5600.05257.5285.0968.43
Hex926AF32838051025544
Octal222152363507005402125104
Binary10010010110101011110011101000111000010110000001010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926af3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,106,243); }

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

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

 a { background-color: rgb(146,106,243); }

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

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

 span { border-color: rgb(146,106,243); }

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