Html Css Color HEX #926EFB Light Slate Blue

📋 copy color: '#926EFB'

red 146 ◦ green 110 ◦ blue 251

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

Shades of Light Slate Blue #926EFB

Tints of Light Slate Blue #926EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.51%

R = 28.8%
G = 21.7%
B = 49.51%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#926EFB (or 0x926EFB) is known color: Light Slate Blue. HEX triplet: 92, 6E and FB. RGB value is (146,110,251). Sum of RGB (Red+Green+Blue) = 146+110+251=507 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.80% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #926EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926EFB is #6D9104. Grayscale: #888888. Windows color (decimal): -7180549 or 16477842. OLE color: 16477842.

HSL color Cylindrical-coordinate representation of color #926EFB: hue angle of 255.32º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #926EFB is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 146 110 251 -
CMYK 0.42 0.56 0 0.02
HSL 255.32º 0.95% 0.71% -
HSV(B) 255.32º 0.56% 0.98% -
XYZ 34.84 24.23 94.11 -
YUV 136.84 192.43 134.54 -
System Red Green Blue C M Y K H S L
Decimal 146 110 251 0.42 0.56 0 0.02 255.32 0.95 0.71
Hex 92 6E FB 2A 38 0 2 FF 5F 47
Octal 222 156 373 52 70 0 2 377 137 107
Binary 10010010 1101110 11111011 101010 111000 0 10 11111111 1011111 1000111

Color Harmonies of #926EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926EFB

Black with #926EFB

Text Example


Text Example

White with #926EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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