#9D9FCF

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

Shades of Blue Bell #9D9FCF

Tints of Blue Bell #9D9FCF

Color information

#9D9FCF (or 0x9D9FCF) is unknown color: approx Blue Bell. HEX triplet: 9D, 9F and CF. RGB value is (157,159,207). Sum of RGB (Red+Green+Blue) = 157+159+207=523 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.02% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D9FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9FCF is #626030. Grayscale: #A3A3A3. Windows color (decimal): -6447153 or 13606813. OLE color: 13606813.

HSL color Cylindrical-coordinate representation of color #9D9FCF: hue angle of 237.6º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9D9FCF is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB157159207-
CMYK0.240.2300.19
HSL237.6º34.25%71.37%-
HSV(B)237.6º24.15%81.18%-
XYZ37.5736.4764.09-
YUV163.87152.34123.1-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.02%
GREEN value IS 159 (62.5% from 255) = 30.40%
BLUE value IS 207 (81.25% from 255) = 39.58%
R=30.02%
G=30.40%
B=39.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1571592070.240.2300.19237.634.2571.37
Hex9D9FCF1817013ee2247
Octal235237317302702335642107
Binary1001110110011111110011111100010111010011111011101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,159,207); }

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

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

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

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

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

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

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