#9DA4DB

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

Shades of Blue Bell #9DA4DB

Tints of Blue Bell #9DA4DB

Color information

#9DA4DB (or 0x9DA4DB) is unknown color: approx Blue Bell. HEX triplet: 9D, A4 and DB. RGB value is (157,164,219). Sum of RGB (Red+Green+Blue) = 157+164+219=540 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.07% from 540); Green value is 164 (64.45% from 255 or 30.37% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #9DA4DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA4DB is #625B24. Grayscale: #A7A7A7. Windows color (decimal): -6445861 or 14394525. OLE color: 14394525.

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

Color convert

RGB157164219-
CMYK0.280.2500.14
HSL233.23º46.27%73.73%-
HSV(B)233.23º28.31%85.88%-
XYZ39.9738.8372.41-
YUV168.18156.68120.03-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.07%
GREEN value IS 164 (64.45% from 255) = 30.37%
BLUE value IS 219 (85.94% from 255) = 40.56%
R=29.07%
G=30.37%
B=40.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1571642190.280.2500.14233.2346.2773.73
Hex9DA4DB1C190Ee92e4a
Octal235244333343101635156112
Binary100111011010010011011011111001100101110111010011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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