#9DA4DC

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

Shades of Blue Bell #9DA4DC

Tints of Blue Bell #9DA4DC

Color information

#9DA4DC (or 0x9DA4DC) is unknown color: approx Blue Bell. HEX triplet: 9D, A4 and DC. RGB value is (157,164,220). Sum of RGB (Red+Green+Blue) = 157+164+220=541 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.02% from 541); Green value is 164 (64.45% from 255 or 30.31% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #9DA4DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA4DC is #625B23. Grayscale: #A8A8A8. Windows color (decimal): -6445860 or 14460061. OLE color: 14460061.

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

Color convert

RGB157164220-
CMYK0.290.2500.14
HSL233.33º47.37%73.92%-
HSV(B)233.33º28.64%86.27%-
XYZ40.138.8973.1-
YUV168.29157.18119.95-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.02%
GREEN value IS 164 (64.45% from 255) = 30.31%
BLUE value IS 220 (86.33% from 255) = 40.67%
R=29.02%
G=30.31%
B=40.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1571642200.290.2500.14233.3347.3773.92
Hex9DA4DC1D190Ee92f4a
Octal235244334353101635157112
Binary100111011010010011011100111011100101110111010011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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