Html Css Color HEX #926AF4 Light Slate Blue

📋 copy color: '#926AF4'

red 146 ◦ green 106 ◦ blue 244

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

Shades of Light Slate Blue #926AF4

Tints of Light Slate Blue #926AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 49.19%

R = 29.44%
G = 21.37%
B = 49.19%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#926AF4 (or 0x926AF4) is known color: Light Slate Blue. HEX triplet: 92, 6A and F4. RGB value is (146,106,244). Sum of RGB (Red+Green+Blue) = 146+106+244=496 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.44% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 244 (95.70% from 255 or 49.19% from 496); Max value from RGB is 244 - color contains mainly: blue. Hex color #926AF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926AF4 is #6D950B. Grayscale: #858585. Windows color (decimal): -7181580 or 16018066. OLE color: 16018066.

HSL color Cylindrical-coordinate representation of color #926AF4: hue angle of 257.39º degrees, saturation: 0.86, 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 #926AF4 is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 146 106 244 -
CMYK 0.40 0.57 0 0.04
HSL 257.39º 0.86% 0.69% -
HSV(B) 257.39º 0.57% 0.96% -
XYZ 33.34 22.95 88.26 -
YUV 133.69 190.25 136.78 -
System Red Green Blue C M Y K H S L
Decimal 146 106 244 0.40 0.57 0 0.04 257.39 0.86 0.69
Hex 92 6A F4 28 39 0 4 101 56 45
Octal 222 152 364 50 71 0 4 401 126 105
Binary 10010010 1101010 11110100 101000 111001 0 100 100000001 1010110 1000101

Color Harmonies of #926AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926AF4

Black with #926AF4

Text Example


Text Example

White with #926AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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