#9D9FCB

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

Shades of Blue Bell #9D9FCB

Tints of Blue Bell #9D9FCB

Color information

#9D9FCB (or 0x9D9FCB) is unknown color: approx Blue Bell. HEX triplet: 9D, 9F and CB. RGB value is (157,159,203). Sum of RGB (Red+Green+Blue) = 157+159+203=519 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.25% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D9FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9FCB is #626034. Grayscale: #A3A3A3. Windows color (decimal): -6447157 or 13344669. OLE color: 13344669.

HSL color Cylindrical-coordinate representation of color #9D9FCB: hue angle of 237.39º degrees, saturation: 0.31, 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 #9D9FCB is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB157159203-
CMYK0.230.2200.20
HSL237.39º30.67%70.59%-
HSV(B)237.39º22.66%79.61%-
XYZ37.0836.2861.55-
YUV163.42150.34123.42-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.25%
GREEN value IS 159 (62.5% from 255) = 30.64%
BLUE value IS 203 (79.69% from 255) = 39.11%
R=30.25%
G=30.64%
B=39.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1571592030.230.2200.20237.3930.6770.59
Hex9D9FCB1716014ed1f47
Octal235237313272602435537107
Binary100111011001111111001011101111011001010011101101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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