Html Css Color HEX #9E6BFC Light Slate Blue

📋 copy color: '#9E6BFC'

red 158 ◦ green 107 ◦ blue 252

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

Shades of Light Slate Blue #9E6BFC

Tints of Light Slate Blue #9E6BFC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.7%

 BLUE value IS 252 (98.83% from 255) = 48.74%

R = 30.56%
G = 20.7%
B = 48.74%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9E6BFC (or 0x9E6BFC) is known color: Light Slate Blue. HEX triplet: 9E, 6B and FC. RGB value is (158,107,252). Sum of RGB (Red+Green+Blue) = 158+107+252=517 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.56% from 517); Green value is 107 (42.19% from 255 or 20.70% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E6BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6BFC is #619403. Grayscale: #8A8A8A. Windows color (decimal): -6394884 or 16542622. OLE color: 16542622.

HSL color Cylindrical-coordinate representation of color #9E6BFC: hue angle of 261.1º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E6BFC is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 158 107 252 -
CMYK 0.37 0.58 0 0.01
HSL 261.1º 0.96% 0.7% -
HSV(B) 261.1º 0.58% 0.99% -
XYZ 36.93 24.81 94.94 -
YUV 138.78 191.9 141.71 -
System Red Green Blue C M Y K H S L
Decimal 158 107 252 0.37 0.58 0 0.01 261.1 0.96 0.7
Hex 9E 6B FC 25 3A 0 1 105 60 46
Octal 236 153 374 45 72 0 1 405 140 106
Binary 10011110 1101011 11111100 100101 111010 0 1 100000101 1100000 1000110

Color Harmonies of #9E6BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6BFC

Black with #9E6BFC

Text Example


Text Example

White with #9E6BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,107,252); }

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

background-color css

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

 a { background-color: rgb(158,107,252); }

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

border-color css

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

 span { border-color: rgb(158,107,252); }

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