#9DA3DC

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

Shades of Blue Bell #9DA3DC

Tints of Blue Bell #9DA3DC

Color information

#9DA3DC (or 0x9DA3DC) is unknown color: approx Blue Bell. HEX triplet: 9D, A3 and DC. RGB value is (157,163,220). Sum of RGB (Red+Green+Blue) = 157+163+220=540 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.07% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #9DA3DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA3DC is #625C23. Grayscale: #A7A7A7. Windows color (decimal): -6446116 or 14459805. OLE color: 14459805.

HSL color Cylindrical-coordinate representation of color #9DA3DC: hue angle of 234.29º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DA3DC is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB157163220-
CMYK0.290.2600.14
HSL234.29º47.37%73.92%-
HSV(B)234.29º28.64%86.27%-
XYZ39.9238.5373.04-
YUV167.7157.51120.37-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.07%
GREEN value IS 163 (64.06% from 255) = 30.19%
BLUE value IS 220 (86.33% from 255) = 40.74%
R=29.07%
G=30.19%
B=40.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1571632200.290.2600.14234.2947.3773.92
Hex9DA3DC1D1A0Eea2f4a
Octal235243334353201635257112
Binary100111011010001111011100111011101001110111010101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,163,220); }

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

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

 a { background-color: rgb(157,163,220); }

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

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

 span { border-color: rgb(157,163,220); }

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