Html Css Color HEX #9D91FB Light Slate Blue

📋 copy color: '#9D91FB'

red 157 ◦ green 145 ◦ blue 251

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

Shades of Light Slate Blue #9D91FB

Tints of Light Slate Blue #9D91FB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.22%

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

R = 28.39%
G = 26.22%
B = 45.39%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9D91FB (or 0x9D91FB) is known color: Light Slate Blue. HEX triplet: 9D, 91 and FB. RGB value is (157,145,251). Sum of RGB (Red+Green+Blue) = 157+145+251=553 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.39% from 553); Green value is 145 (57.03% from 255 or 26.22% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #9D91FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D91FB is #626E04. Grayscale: #A0A0A0. Windows color (decimal): -6450693 or 16486813. OLE color: 16486813.

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

Color convert

RGB 157 145 251 -
CMYK 0.37 0.42 0 0.02
HSL 246.79º 0.93% 0.78% -
HSV(B) 246.79º 0.42% 0.98% -
XYZ 41.44 34.38 95.72 -
YUV 160.67 178.98 125.38 -
System Red Green Blue C M Y K H S L
Decimal 157 145 251 0.37 0.42 0 0.02 246.79 0.93 0.78
Hex 9D 91 FB 25 2A 0 2 F7 5D 4E
Octal 235 221 373 45 52 0 2 367 135 116
Binary 10011101 10010001 11111011 100101 101010 0 10 11110111 1011101 1001110

Color Harmonies of #9D91FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D91FB

Black with #9D91FB

Text Example


Text Example

White with #9D91FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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