#9A9DCB

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

Shades of Blue Bell #9A9DCB

Tints of Blue Bell #9A9DCB

Color information

#9A9DCB (or 0x9A9DCB) is unknown color: approx Blue Bell. HEX triplet: 9A, 9D and CB. RGB value is (154,157,203). Sum of RGB (Red+Green+Blue) = 154+157+203=514 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.96% from 514); Green value is 157 (61.72% from 255 or 30.54% 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 #9A9DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9DCB is #656234. Grayscale: #A1A1A1. Windows color (decimal): -6644277 or 13344154. OLE color: 13344154.

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

Color convert

RGB154157203-
CMYK0.240.2300.20
HSL236.33º32.03%70%-
HSV(B)236.33º24.14%79.61%-
XYZ36.1635.361.41-
YUV161.35151.51122.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1541572030.240.2300.20236.3332.0370
Hex9A9DCB1817014ec2046
Octal232235313302702435440106
Binary1001101010011101110010111100010111010100111011001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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