Html Css Color HEX #9D7BFB Light Slate Blue

📋 copy color: '#9D7BFB'

red 157 ◦ green 123 ◦ blue 251

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

Shades of Light Slate Blue #9D7BFB

Tints of Light Slate Blue #9D7BFB

RGB

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

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

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

R = 29.57%
G = 23.16%
B = 47.27%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9D7BFB (or 0x9D7BFB) is known color: Light Slate Blue. HEX triplet: 9D, 7B and FB. RGB value is (157,123,251). Sum of RGB (Red+Green+Blue) = 157+123+251=531 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.57% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #9D7BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D7BFB is #628404. Grayscale: #939393. Windows color (decimal): -6456325 or 16481181. OLE color: 16481181.

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

Color convert

RGB 157 123 251 -
CMYK 0.37 0.51 0 0.02
HSL 255.94º 0.94% 0.73% -
HSV(B) 255.94º 0.51% 0.98% -
XYZ 38.4 28.3 94.71 -
YUV 147.76 186.26 134.59 -
System Red Green Blue C M Y K H S L
Decimal 157 123 251 0.37 0.51 0 0.02 255.94 0.94 0.73
Hex 9D 7B FB 25 33 0 2 100 5E 49
Octal 235 173 373 45 63 0 2 400 136 111
Binary 10011101 1111011 11111011 100101 110011 0 10 100000000 1011110 1001001

Color Harmonies of #9D7BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7BFB

Black with #9D7BFB

Text Example


Text Example

White with #9D7BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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