#9D97FF

Color #9D97FF Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #9D97FF

Tints of Light Slate Blue #9D97FF

Color information

#9D97FF (or 0x9D97FF) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 97 and FF. RGB value is (157,151,255). Sum of RGB (Red+Green+Blue) = 157+151+255=563 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.89% from 563); Green value is 151 (59.38% from 255 or 26.82% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D97FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D97FF is #626800. Grayscale: #A4A4A4. Windows color (decimal): -6449153 or 16750493. OLE color: 16750493.

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

Color convert

RGB157151255-
CMYK0.380.4100
HSL243.46º100%79.61%-
HSV(B)243.46º40.78%100%-
XYZ43.0236.5299.39-
YUV164.65178.99122.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.89%
GREEN value IS 151 (59.38% from 255) = 26.82%
BLUE value IS 255 (100% from 255) = 45.29%
R=27.89%
G=26.82%
B=45.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1571512550.380.4100243.4610079.61
Hex9D97FF262900f36450
Octal235227377465100363144120
Binary100111011001011111111111100110101001001111001111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D97FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,151,255); }

 H1.HeaderClassName
 {
   color: #9D97FF;
 }
 .AnyTagClassName
 {
   color: #9D97FF;
 }
</style>
background-color css

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

 a { background-color: rgb(157,151,255); }

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

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

 span { border-color: rgb(157,151,255); }

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