Html Css Color HEX #9D8BFB Light Slate Blue

📋 copy color: '#9D8BFB'

red 157 ◦ green 139 ◦ blue 251

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

Shades of Light Slate Blue #9D8BFB

Tints of Light Slate Blue #9D8BFB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.41%

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

R = 28.7%
G = 25.41%
B = 45.89%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9D8BFB (or 0x9D8BFB) is known color: Light Slate Blue. HEX triplet: 9D, 8B and FB. RGB value is (157,139,251). Sum of RGB (Red+Green+Blue) = 157+139+251=547 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.70% from 547); Green value is 139 (54.69% from 255 or 25.41% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #9D8BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D8BFB is #627404. Grayscale: #9C9C9C. Windows color (decimal): -6452229 or 16485277. OLE color: 16485277.

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

Color convert

RGB 157 139 251 -
CMYK 0.37 0.45 0 0.02
HSL 249.64º 0.93% 0.76% -
HSV(B) 249.64º 0.45% 0.98% -
XYZ 40.55 32.6 95.42 -
YUV 157.15 180.96 127.89 -
System Red Green Blue C M Y K H S L
Decimal 157 139 251 0.37 0.45 0 0.02 249.64 0.93 0.76
Hex 9D 8B FB 25 2D 0 2 FA 5D 4C
Octal 235 213 373 45 55 0 2 372 135 114
Binary 10011101 10001011 11111011 100101 101101 0 10 11111010 1011101 1001100

Color Harmonies of #9D8BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8BFB

Black with #9D8BFB

Text Example


Text Example

White with #9D8BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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