Html Css Color HEX #926AF6 Light Slate Blue

📋 copy color: '#926AF6'

red 146 ◦ green 106 ◦ blue 246

#926AF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #926AF6

Tints of Light Slate Blue #926AF6

RGB

 RED value IS 146 (57.42% from 255) = 29.32%

 GREEN value IS 106 (41.8% from 255) = 21.29%

 BLUE value IS 246 (96.48% from 255) = 49.4%

R = 29.32%
G = 21.29%
B = 49.4%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#926AF6 (or 0x926AF6) is known color: Light Slate Blue. HEX triplet: 92, 6A and F6. RGB value is (146,106,246). Sum of RGB (Red+Green+Blue) = 146+106+246=498 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.32% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 246 (96.48% from 255 or 49.40% from 498); Max value from RGB is 246 - color contains mainly: blue. Hex color #926AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926AF6 is #6D9509. Grayscale: #858585. Windows color (decimal): -7181578 or 16149138. OLE color: 16149138.

HSL color Cylindrical-coordinate representation of color #926AF6: hue angle of 257.14º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #926AF6 is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 146 106 246 -
CMYK 0.41 0.57 0 0.04
HSL 257.14º 0.89% 0.69% -
HSV(B) 257.14º 0.57% 0.96% -
XYZ 33.64 23.07 89.87 -
YUV 133.92 191.25 136.62 -
System Red Green Blue C M Y K H S L
Decimal 146 106 246 0.41 0.57 0 0.04 257.14 0.89 0.69
Hex 92 6A F6 29 39 0 4 101 59 45
Octal 222 152 366 51 71 0 4 401 131 105
Binary 10010010 1101010 11110110 101001 111001 0 100 100000001 1011001 1000101

Color Harmonies of #926AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926AF6

Black with #926AF6

Text Example


Text Example

White with #926AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #926AF6;
 }
 .AnyTagClassName
 {
   color: #926AF6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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