#926BF2

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

Shades of Light Slate Blue #926BF2

Tints of Light Slate Blue #926BF2

Color information

#926BF2 (or 0x926BF2) is unknown color: approx Light Slate Blue. HEX triplet: 92, 6B and F2. RGB value is (146,107,242). Sum of RGB (Red+Green+Blue) = 146+107+242=495 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.49% from 495); Green value is 107 (42.19% from 255 or 21.62% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 242 - color contains mainly: blue. Hex color #926BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926BF2 is #6D940D. Grayscale: #858585. Windows color (decimal): -7181326 or 15887250. OLE color: 15887250.

HSL color Cylindrical-coordinate representation of color #926BF2: hue angle of 257.33º degrees, saturation: 0.84, 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 #926BF2 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB146107242-
CMYK0.400.5600.05
HSL257.33º83.85%68.43%-
HSV(B)257.33º55.79%94.9%-
XYZ33.1423.0486.7-
YUV134.05188.92136.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.49%
GREEN value IS 107 (42.19% from 255) = 21.62%
BLUE value IS 242 (94.92% from 255) = 48.89%
R=29.49%
G=21.62%
B=48.89%

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
Decimal1461072420.400.5600.05257.3383.8568.43
Hex926BF22838051015444
Octal222153362507005401124104
Binary10010010110101111110010101000111000010110000000110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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