#9DA2DA

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

Shades of Blue Bell #9DA2DA

Tints of Blue Bell #9DA2DA

Color information

#9DA2DA (or 0x9DA2DA) is unknown color: approx Blue Bell. HEX triplet: 9D, A2 and DA. RGB value is (157,162,218). Sum of RGB (Red+Green+Blue) = 157+162+218=537 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.24% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #9DA2DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA2DA is #625D25. Grayscale: #A6A6A6. Windows color (decimal): -6446374 or 14328477. OLE color: 14328477.

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

Color convert

RGB157162218-
CMYK0.280.2600.15
HSL235.08º45.19%73.53%-
HSV(B)235.08º27.98%85.49%-
XYZ39.4838.0771.6-
YUV166.89156.84120.95-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.24%
GREEN value IS 162 (63.67% from 255) = 30.17%
BLUE value IS 218 (85.55% from 255) = 40.60%
R=29.24%
G=30.17%
B=40.60%

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
Decimal1571622180.280.2600.15235.0845.1973.53
Hex9DA2DA1C1A0Feb2d4a
Octal235242332343201735355112
Binary100111011010001011011010111001101001111111010111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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