#9DA2DF

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

Shades of Blue Bell #9DA2DF

Tints of Blue Bell #9DA2DF

Color information

#9DA2DF (or 0x9DA2DF) is unknown color: approx Blue Bell. HEX triplet: 9D, A2 and DF. RGB value is (157,162,223). Sum of RGB (Red+Green+Blue) = 157+162+223=542 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.97% from 542); Green value is 162 (63.67% from 255 or 29.89% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #9DA2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA2DF is #625D20. Grayscale: #A7A7A7. Windows color (decimal): -6446369 or 14656157. OLE color: 14656157.

HSL color Cylindrical-coordinate representation of color #9DA2DF: hue angle of 235.45º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DA2DF is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB157162223-
CMYK0.300.2700.13
HSL235.45º50.77%74.51%-
HSV(B)235.45º29.6%87.45%-
XYZ40.1438.3475.1-
YUV167.46159.34120.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.97%
GREEN value IS 162 (63.67% from 255) = 29.89%
BLUE value IS 223 (87.5% from 255) = 41.14%
R=28.97%
G=29.89%
B=41.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1571622230.300.2700.13235.4550.7774.51
Hex9DA2DF1E1B0Deb334b
Octal235242337363301535363113
Binary100111011010001011011111111101101101101111010111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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