#9D9AC8

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

Shades of Blue Bell #9D9AC8

Tints of Blue Bell #9D9AC8

Color information

#9D9AC8 (or 0x9D9AC8) is unknown color: approx Blue Bell. HEX triplet: 9D, 9A and C8. RGB value is (157,154,200). Sum of RGB (Red+Green+Blue) = 157+154+200=511 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.72% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 200 (78.52% from 255 or 39.14% from 511); Max value from RGB is 200 - color contains mainly: blue. Hex color #9D9AC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9AC8 is #626537. Grayscale: #9F9F9F. Windows color (decimal): -6448440 or 13146781. OLE color: 13146781.

HSL color Cylindrical-coordinate representation of color #9D9AC8: hue angle of 243.91º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9D9AC8 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB157154200-
CMYK0.220.2300.22
HSL243.91º29.49%69.41%-
HSV(B)243.91º23%78.43%-
XYZ35.8934.4559.4-
YUV160.14150.49125.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.72%
GREEN value IS 154 (60.55% from 255) = 30.14%
BLUE value IS 200 (78.52% from 255) = 39.14%
R=30.72%
G=30.14%
B=39.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1571542000.220.2300.22243.9129.4969.41
Hex9D9AC81617016f41d45
Octal235232310262702636435105
Binary100111011001101011001000101101011101011011110100111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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