Html Css Color HEX #9E7CFD Light Slate Blue

📋 copy color: '#9E7CFD'

red 158 ◦ green 124 ◦ blue 253

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

Shades of Light Slate Blue #9E7CFD

Tints of Light Slate Blue #9E7CFD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.18%

 BLUE value IS 253 (99.22% from 255) = 47.29%

R = 29.53%
G = 23.18%
B = 47.29%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9E7CFD (or 0x9E7CFD) is known color: Light Slate Blue. HEX triplet: 9E, 7C and FD. RGB value is (158,124,253). Sum of RGB (Red+Green+Blue) = 158+124+253=535 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.53% from 535); Green value is 124 (48.83% from 255 or 23.18% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #9E7CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E7CFD is #618302. Grayscale: #949494. Windows color (decimal): -6390531 or 16612510. OLE color: 16612510.

HSL color Cylindrical-coordinate representation of color #9E7CFD: hue angle of 255.81º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E7CFD is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 158 124 253 -
CMYK 0.38 0.51 0 0.01
HSL 255.81º 0.97% 0.74% -
HSV(B) 255.81º 0.51% 0.99% -
XYZ 39.04 28.78 96.43 -
YUV 148.87 186.76 134.51 -
System Red Green Blue C M Y K H S L
Decimal 158 124 253 0.38 0.51 0 0.01 255.81 0.97 0.74
Hex 9E 7C FD 26 33 0 1 100 61 4A
Octal 236 174 375 46 63 0 1 400 141 112
Binary 10011110 1111100 11111101 100110 110011 0 1 100000000 1100001 1001010

Color Harmonies of #9E7CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7CFD

Black with #9E7CFD

Text Example


Text Example

White with #9E7CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,124,253); }

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

background-color css

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

 a { background-color: rgb(158,124,253); }

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

border-color css

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

 span { border-color: rgb(158,124,253); }

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