#9D9ACD

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

Shades of Blue Bell #9D9ACD

Tints of Blue Bell #9D9ACD

Color information

#9D9ACD (or 0x9D9ACD) is unknown color: approx Blue Bell. HEX triplet: 9D, 9A and CD. RGB value is (157,154,205). Sum of RGB (Red+Green+Blue) = 157+154+205=516 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.43% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D9ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9ACD is #626532. Grayscale: #A0A0A0. Windows color (decimal): -6448435 or 13474461. OLE color: 13474461.

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

Color convert

RGB157154205-
CMYK0.230.2500.20
HSL243.53º33.77%70.39%-
HSV(B)243.53º24.88%80.39%-
XYZ36.4834.6962.53-
YUV160.71152.99125.35-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.43%
GREEN value IS 154 (60.55% from 255) = 29.84%
BLUE value IS 205 (80.47% from 255) = 39.73%
R=30.43%
G=29.84%
B=39.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1571542050.230.2500.20243.5333.7770.39
Hex9D9ACD1719014f42246
Octal235232315273102436442106
Binary1001110110011010110011011011111001010100111101001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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