Html Css Color HEX #9D7BFE Light Slate Blue

📋 copy color: '#9D7BFE'

red 157 ◦ green 123 ◦ blue 254

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

Shades of Light Slate Blue #9D7BFE

Tints of Light Slate Blue #9D7BFE

RGB

 RED value IS 157 (61.72% from 255) = 29.4%

 GREEN value IS 123 (48.44% from 255) = 23.03%

 BLUE value IS 254 (99.61% from 255) = 47.57%

R = 29.4%
G = 23.03%
B = 47.57%

CMYK

 C value IS 0.38

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9D7BFE (or 0x9D7BFE) is known color: Light Slate Blue. HEX triplet: 9D, 7B and FE. RGB value is (157,123,254). Sum of RGB (Red+Green+Blue) = 157+123+254=534 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.40% from 534); Green value is 123 (48.44% from 255 or 23.03% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #9D7BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D7BFE is #628401. Grayscale: #939393. Windows color (decimal): -6456322 or 16677789. OLE color: 16677789.

HSL color Cylindrical-coordinate representation of color #9D7BFE: hue angle of 255.57º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9D7BFE is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 157 123 254 -
CMYK 0.38 0.52 0 0.00
HSL 255.57º 0.98% 0.74% -
HSV(B) 255.57º 0.52% 1% -
XYZ 38.88 28.49 97.22 -
YUV 148.1 187.76 134.35 -
System Red Green Blue C M Y K H S L
Decimal 157 123 254 0.38 0.52 0 0.00 255.57 0.98 0.74
Hex 9D 7B FE 26 34 0 0 100 62 4A
Octal 235 173 376 46 64 0 0 400 142 112
Binary 10011101 1111011 11111110 100110 110100 0 0 100000000 1100010 1001010

Color Harmonies of #9D7BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7BFE

Black with #9D7BFE

Text Example


Text Example

White with #9D7BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,123,254); }

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

background-color css

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

 a { background-color: rgb(157,123,254); }

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

border-color css

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

 span { border-color: rgb(157,123,254); }

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