Html Css Color HEX #9E6FFB Light Slate Blue

📋 copy color: '#9E6FFB'

red 158 ◦ green 111 ◦ blue 251

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

Shades of Light Slate Blue #9E6FFB

Tints of Light Slate Blue #9E6FFB

RGB

 RED value IS 158 (62.11% from 255) = 30.38%

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

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

R = 30.38%
G = 21.35%
B = 48.27%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9E6FFB (or 0x9E6FFB) is known color: Light Slate Blue. HEX triplet: 9E, 6F and FB. RGB value is (158,111,251). Sum of RGB (Red+Green+Blue) = 158+111+251=520 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.38% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E6FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6FFB is #619004. Grayscale: #8C8C8C. Windows color (decimal): -6393861 or 16478110. OLE color: 16478110.

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

Color convert

RGB 158 111 251 -
CMYK 0.37 0.56 0 0.02
HSL 260.14º 0.95% 0.71% -
HSV(B) 260.14º 0.56% 0.98% -
XYZ 37.2 25.6 94.25 -
YUV 141.01 190.07 140.12 -
System Red Green Blue C M Y K H S L
Decimal 158 111 251 0.37 0.56 0 0.02 260.14 0.95 0.71
Hex 9E 6F FB 25 38 0 2 104 5F 47
Octal 236 157 373 45 70 0 2 404 137 107
Binary 10011110 1101111 11111011 100101 111000 0 10 100000100 1011111 1000111

Color Harmonies of #9E6FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6FFB

Black with #9E6FFB

Text Example


Text Example

White with #9E6FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E6FFB; }

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

 H1.HeaderClassName
 {
   color: #9E6FFB;
 }
 .AnyTagClassName
 {
   color: #9E6FFB;
 }
</style>

background-color css

<style>
 a { background-color: #9E6FFB; }

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

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

border-color css

<style>
 span { border-color: #9E6FFB; }

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

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