Html Css Color HEX #926FF6 Light Slate Blue

📋 copy color: '#926FF6'

red 146 ◦ green 111 ◦ blue 246

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

Shades of Light Slate Blue #926FF6

Tints of Light Slate Blue #926FF6

RGB

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

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

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

R = 29.03%
G = 22.07%
B = 48.91%

CMYK

 C value IS 0.41

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#926FF6 (or 0x926FF6) is known color: Light Slate Blue. HEX triplet: 92, 6F and F6. RGB value is (146,111,246). Sum of RGB (Red+Green+Blue) = 146+111+246=503 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.03% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 246 (96.48% from 255 or 48.91% from 503); Max value from RGB is 246 - color contains mainly: blue. Hex color #926FF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926FF6 is #6D9009. Grayscale: #888888. Windows color (decimal): -7180298 or 16150418. OLE color: 16150418.

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

Color convert

RGB 146 111 246 -
CMYK 0.41 0.55 0 0.04
HSL 255.56º 0.88% 0.7% -
HSV(B) 255.56º 0.55% 0.96% -
XYZ 34.17 24.13 90.05 -
YUV 136.86 189.6 134.52 -
System Red Green Blue C M Y K H S L
Decimal 146 111 246 0.41 0.55 0 0.04 255.56 0.88 0.7
Hex 92 6F F6 29 37 0 4 100 58 46
Octal 222 157 366 51 67 0 4 400 130 106
Binary 10010010 1101111 11110110 101001 110111 0 100 100000000 1011000 1000110

Color Harmonies of #926FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926FF6

Black with #926FF6

Text Example


Text Example

White with #926FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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