#9D9EC6

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

Shades of Blue Bell #9D9EC6

Tints of Blue Bell #9D9EC6

Color information

#9D9EC6 (or 0x9D9EC6) is unknown color: approx Blue Bell. HEX triplet: 9D, 9E and C6. RGB value is (157,158,198). Sum of RGB (Red+Green+Blue) = 157+158+198=513 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.60% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 198 (77.73% from 255 or 38.60% from 513); Max value from RGB is 198 - color contains mainly: blue. Hex color #9D9EC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9EC6 is #626139. Grayscale: #A2A2A2. Windows color (decimal): -6447418 or 13016733. OLE color: 13016733.

HSL color Cylindrical-coordinate representation of color #9D9EC6: hue angle of 238.54º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9D9EC6 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB157158198-
CMYK0.210.2000.22
HSL238.54º26.45%69.61%-
HSV(B)238.54º20.71%77.65%-
XYZ36.3235.758.4-
YUV162.26148.17124.25-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.60%
GREEN value IS 158 (62.11% from 255) = 30.80%
BLUE value IS 198 (77.73% from 255) = 38.60%
R=30.60%
G=30.80%
B=38.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1571581980.210.2000.22238.5426.4569.61
Hex9D9EC61514016ef1a46
Octal235236306252402635732106
Binary100111011001111011000110101011010001011011101111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,158,198); }

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

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

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

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

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

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

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