#9CA2DA

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

Shades of Blue Bell #9CA2DA

Tints of Blue Bell #9CA2DA

Color information

#9CA2DA (or 0x9CA2DA) is unknown color: approx Blue Bell. HEX triplet: 9C, A2 and DA. RGB value is (156,162,218). Sum of RGB (Red+Green+Blue) = 156+162+218=536 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.10% from 536); Green value is 162 (63.67% from 255 or 30.22% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #9CA2DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA2DA is #635D25. Grayscale: #A6A6A6. Windows color (decimal): -6511910 or 14328476. OLE color: 14328476.

HSL color Cylindrical-coordinate representation of color #9CA2DA: hue angle of 234.19º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9CA2DA is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB156162218-
CMYK0.280.2600.15
HSL234.19º45.59%73.33%-
HSV(B)234.19º28.44%85.49%-
XYZ39.2937.9771.59-
YUV166.59157.01120.45-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.10%
GREEN value IS 162 (63.67% from 255) = 30.22%
BLUE value IS 218 (85.55% from 255) = 40.67%
R=29.10%
G=30.22%
B=40.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1561622180.280.2600.15234.1945.5973.33
Hex9CA2DA1C1A0Fea2e49
Octal234242332343201735256111
Binary100111001010001011011010111001101001111111010101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,162,218); }

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

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

 a { background-color: rgb(156,162,218); }

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

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

 span { border-color: rgb(156,162,218); }

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