#9D9DCD

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

Shades of Blue Bell #9D9DCD

Tints of Blue Bell #9D9DCD

Color information

#9D9DCD (or 0x9D9DCD) is unknown color: approx Blue Bell. HEX triplet: 9D, 9D and CD. RGB value is (157,157,205). Sum of RGB (Red+Green+Blue) = 157+157+205=519 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.25% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D9DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9DCD is #626232. Grayscale: #A2A2A2. Windows color (decimal): -6447667 or 13475229. OLE color: 13475229.

HSL color Cylindrical-coordinate representation of color #9D9DCD: hue angle of 240º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9D9DCD is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB157157205-
CMYK0.230.2300.20
HSL240º32.43%70.98%-
HSV(B)240º23.41%80.39%-
XYZ36.9835.6962.7-
YUV162.47152124.1-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.25%
GREEN value IS 157 (61.72% from 255) = 30.25%
BLUE value IS 205 (80.47% from 255) = 39.50%
R=30.25%
G=30.25%
B=39.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1571572050.230.2300.2024032.4370.98
Hex9D9DCD1717014f02047
Octal235235315272702436040107
Binary1001110110011101110011011011110111010100111100001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,157,205); }

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

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

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

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

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

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

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