Html Css Color HEX #926FFB Light Slate Blue

📋 copy color: '#926FFB'

red 146 ◦ green 111 ◦ blue 251

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

Shades of Light Slate Blue #926FFB

Tints of Light Slate Blue #926FFB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.85%

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

R = 28.74%
G = 21.85%
B = 49.41%

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

#926FFB (or 0x926FFB) is known color: Light Slate Blue. HEX triplet: 92, 6F and FB. RGB value is (146,111,251). Sum of RGB (Red+Green+Blue) = 146+111+251=508 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.74% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #926FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926FFB is #6D9004. Grayscale: #888888. Windows color (decimal): -7180293 or 16478098. OLE color: 16478098.

HSL color Cylindrical-coordinate representation of color #926FFB: hue angle of 255º 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 #926FFB is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 146 111 251 -
CMYK 0.42 0.56 0 0.02
HSL 255º 0.95% 0.71% -
HSV(B) 255º 0.56% 0.98% -
XYZ 34.95 24.44 94.14 -
YUV 137.43 192.1 134.12 -
System Red Green Blue C M Y K H S L
Decimal 146 111 251 0.42 0.56 0 0.02 255 0.95 0.71
Hex 92 6F FB 2A 38 0 2 FF 5F 47
Octal 222 157 373 52 70 0 2 377 137 107
Binary 10010010 1101111 11111011 101010 111000 0 10 11111111 1011111 1000111

Color Harmonies of #926FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926FFB

Black with #926FFB

Text Example


Text Example

White with #926FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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