#9DA1DC

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

Shades of Blue Bell #9DA1DC

Tints of Blue Bell #9DA1DC

Color information

#9DA1DC (or 0x9DA1DC) is unknown color: approx Blue Bell. HEX triplet: 9D, A1 and DC. RGB value is (157,161,220). Sum of RGB (Red+Green+Blue) = 157+161+220=538 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.18% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #9DA1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA1DC is #625E23. Grayscale: #A6A6A6. Windows color (decimal): -6446628 or 14459293. OLE color: 14459293.

HSL color Cylindrical-coordinate representation of color #9DA1DC: hue angle of 236.19º 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 #9DA1DC is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB157161220-
CMYK0.290.2700.14
HSL236.19º47.37%73.92%-
HSV(B)236.19º28.64%86.27%-
XYZ39.5737.8372.93-
YUV166.53158.17121.2-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.18%
GREEN value IS 161 (63.28% from 255) = 29.93%
BLUE value IS 220 (86.33% from 255) = 40.89%
R=29.18%
G=29.93%
B=40.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1571612200.290.2700.14236.1947.3773.92
Hex9DA1DC1D1B0Eec2f4a
Octal235241334353301635457112
Binary100111011010000111011100111011101101110111011001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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