#9D9DD4

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

Shades of Blue Bell #9D9DD4

Tints of Blue Bell #9D9DD4

Color information

#9D9DD4 (or 0x9D9DD4) is unknown color: approx Blue Bell. HEX triplet: 9D, 9D and D4. RGB value is (157,157,212). Sum of RGB (Red+Green+Blue) = 157+157+212=526 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.85% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 212 (83.20% from 255 or 40.30% from 526); Max value from RGB is 212 - color contains mainly: blue. Hex color #9D9DD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9DD4 is #62622B. Grayscale: #A3A3A3. Windows color (decimal): -6447660 or 13933981. OLE color: 13933981.

HSL color Cylindrical-coordinate representation of color #9D9DD4: hue angle of 240º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9D9DD4 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB157157212-
CMYK0.260.2600.17
HSL240º39.01%72.35%-
HSV(B)240º25.94%83.14%-
XYZ37.8536.0467.25-
YUV163.27155.5123.53-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.85%
GREEN value IS 157 (61.72% from 255) = 29.85%
BLUE value IS 212 (83.20% from 255) = 40.30%
R=29.85%
G=29.85%
B=40.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1571572120.260.2600.1724039.0172.35
Hex9D9DD41A1A011f02748
Octal235235324323202136047110
Binary1001110110011101110101001101011010010001111100001001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,157,212); }

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

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

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

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

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

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

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