Html Css Color HEX #9E6BFA Light Slate Blue

📋 copy color: '#9E6BFA'

red 158 ◦ green 107 ◦ blue 250

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

Shades of Light Slate Blue #9E6BFA

Tints of Light Slate Blue #9E6BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.54%

R = 30.68%
G = 20.78%
B = 48.54%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9E6BFA (or 0x9E6BFA) is known color: Light Slate Blue. HEX triplet: 9E, 6B and FA. RGB value is (158,107,250). Sum of RGB (Red+Green+Blue) = 158+107+250=515 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.68% from 515); Green value is 107 (42.19% from 255 or 20.78% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E6BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6BFA is #619405. Grayscale: #8A8A8A. Windows color (decimal): -6394886 or 16411550. OLE color: 16411550.

HSL color Cylindrical-coordinate representation of color #9E6BFA: hue angle of 261.4º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9E6BFA is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 107 250 -
CMYK 0.37 0.57 0 0.02
HSL 261.4º 0.93% 0.7% -
HSV(B) 261.4º 0.57% 0.98% -
XYZ 36.61 24.69 93.28 -
YUV 138.55 190.9 141.87 -
System Red Green Blue C M Y K H S L
Decimal 158 107 250 0.37 0.57 0 0.02 261.4 0.93 0.7
Hex 9E 6B FA 25 39 0 2 105 5D 46
Octal 236 153 372 45 71 0 2 405 135 106
Binary 10011110 1101011 11111010 100101 111001 0 10 100000101 1011101 1000110

Color Harmonies of #9E6BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6BFA

Black with #9E6BFA

Text Example


Text Example

White with #9E6BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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