#9DA3DA

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

Shades of Blue Bell #9DA3DA

Tints of Blue Bell #9DA3DA

Color information

#9DA3DA (or 0x9DA3DA) is unknown color: approx Blue Bell. HEX triplet: 9D, A3 and DA. RGB value is (157,163,218). Sum of RGB (Red+Green+Blue) = 157+163+218=538 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.18% from 538); Green value is 163 (64.06% from 255 or 30.30% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #9DA3DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA3DA is #625C25. Grayscale: #A7A7A7. Windows color (decimal): -6446118 or 14328733. OLE color: 14328733.

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

Color convert

RGB157163218-
CMYK0.280.2500.15
HSL234.1º45.19%73.53%-
HSV(B)234.1º27.98%85.49%-
XYZ39.6638.4271.66-
YUV167.48156.51120.53-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.18%
GREEN value IS 163 (64.06% from 255) = 30.30%
BLUE value IS 218 (85.55% from 255) = 40.52%
R=29.18%
G=30.30%
B=40.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1571632180.280.2500.15234.145.1973.53
Hex9DA3DA1C190Fea2d4a
Octal235243332343101735255112
Binary100111011010001111011010111001100101111111010101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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