#9D9ACB

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

Shades of Blue Bell #9D9ACB

Tints of Blue Bell #9D9ACB

Color information

#9D9ACB (or 0x9D9ACB) is unknown color: approx Blue Bell. HEX triplet: 9D, 9A and CB. RGB value is (157,154,203). Sum of RGB (Red+Green+Blue) = 157+154+203=514 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.54% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D9ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9ACB is #626534. Grayscale: #A0A0A0. Windows color (decimal): -6448437 or 13343389. OLE color: 13343389.

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

Color convert

RGB157154203-
CMYK0.230.2400.20
HSL243.67º32.03%70%-
HSV(B)243.67º24.14%79.61%-
XYZ36.2434.5961.27-
YUV160.48151.99125.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.54%
GREEN value IS 154 (60.55% from 255) = 29.96%
BLUE value IS 203 (79.69% from 255) = 39.49%
R=30.54%
G=29.96%
B=39.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1571542030.230.2400.20243.6732.0370
Hex9D9ACB1718014f42046
Octal235232313273002436440106
Binary1001110110011010110010111011111000010100111101001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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