#9D9FCA

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

Shades of Blue Bell #9D9FCA

Tints of Blue Bell #9D9FCA

Color information

#9D9FCA (or 0x9D9FCA) is unknown color: approx Blue Bell. HEX triplet: 9D, 9F and CA. RGB value is (157,159,202). Sum of RGB (Red+Green+Blue) = 157+159+202=518 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.31% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #9D9FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9FCA is #626035. Grayscale: #A3A3A3. Windows color (decimal): -6447158 or 13279133. OLE color: 13279133.

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

Color convert

RGB157159202-
CMYK0.220.2100.21
HSL237.33º29.8%70.39%-
HSV(B)237.33º22.28%79.22%-
XYZ36.9636.2360.92-
YUV163.3149.84123.5-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.31%
GREEN value IS 159 (62.5% from 255) = 30.69%
BLUE value IS 202 (79.30% from 255) = 39.00%
R=30.31%
G=30.69%
B=39.00%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1571592020.220.2100.21237.3329.870.39
Hex9D9FCA1615015ed1e46
Octal235237312262502535536106
Binary100111011001111111001010101101010101010111101101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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