#9DA1CA

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

Shades of Blue Bell #9DA1CA

Tints of Blue Bell #9DA1CA

Color information

#9DA1CA (or 0x9DA1CA) is unknown color: approx Blue Bell. HEX triplet: 9D, A1 and CA. RGB value is (157,161,202). Sum of RGB (Red+Green+Blue) = 157+161+202=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #9DA1CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA1CA is #625E35. Grayscale: #A4A4A4. Windows color (decimal): -6446646 or 13279645. OLE color: 13279645.

HSL color Cylindrical-coordinate representation of color #9DA1CA: hue angle of 234.67º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DA1CA is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB157161202-
CMYK0.220.2000.21
HSL234.67º29.8%70.39%-
HSV(B)234.67º22.28%79.22%-
XYZ37.3136.9261.04-
YUV164.48149.17122.67-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.19%
GREEN value IS 161 (63.28% from 255) = 30.96%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=30.19%
G=30.96%
B=38.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1571612020.220.2000.21234.6729.870.39
Hex9DA1CA1614015eb1e46
Octal235241312262402535336106
Binary100111011010000111001010101101010001010111101011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,161,202); }

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

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

 a { background-color: rgb(157,161,202); }

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

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

 span { border-color: rgb(157,161,202); }

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