Html Css Color HEX #926EF2 Light Slate Blue

📋 copy color: '#926EF2'

red 146 ◦ green 110 ◦ blue 242

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

Shades of Light Slate Blue #926EF2

Tints of Light Slate Blue #926EF2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.09%

 BLUE value IS 242 (94.92% from 255) = 48.59%

R = 29.32%
G = 22.09%
B = 48.59%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#926EF2 (or 0x926EF2) is known color: Light Slate Blue. HEX triplet: 92, 6E and F2. RGB value is (146,110,242). Sum of RGB (Red+Green+Blue) = 146+110+242=498 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.32% from 498); Green value is 110 (43.36% from 255 or 22.09% from 498); Blue value is 242 (94.92% from 255 or 48.59% from 498); Max value from RGB is 242 - color contains mainly: blue. Hex color #926EF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926EF2 is #6D910D. Grayscale: #878787. Windows color (decimal): -7180558 or 15888018. OLE color: 15888018.

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

Color convert

RGB 146 110 242 -
CMYK 0.40 0.55 0 0.05
HSL 256.36º 0.84% 0.69% -
HSV(B) 256.36º 0.55% 0.95% -
XYZ 33.46 23.67 86.81 -
YUV 135.81 187.93 135.27 -
System Red Green Blue C M Y K H S L
Decimal 146 110 242 0.40 0.55 0 0.05 256.36 0.84 0.69
Hex 92 6E F2 28 37 0 5 100 54 45
Octal 222 156 362 50 67 0 5 400 124 105
Binary 10010010 1101110 11110010 101000 110111 0 101 100000000 1010100 1000101

Color Harmonies of #926EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926EF2

Black with #926EF2

Text Example


Text Example

White with #926EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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