#9FA4CD

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

Shades of Blue Bell #9FA4CD

Tints of Blue Bell #9FA4CD

Color information

#9FA4CD (or 0x9FA4CD) is unknown color: approx Blue Bell. HEX triplet: 9F, A4 and CD. RGB value is (159,164,205). Sum of RGB (Red+Green+Blue) = 159+164+205=528 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.11% from 528); Green value is 164 (64.45% from 255 or 31.06% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #9FA4CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA4CD is #605B32. Grayscale: #A7A7A7. Windows color (decimal): -6314803 or 13477023. OLE color: 13477023.

HSL color Cylindrical-coordinate representation of color #9FA4CD: hue angle of 233.48º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FA4CD is Cyan = 0.22, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB159164205-
CMYK0.220.200.20
HSL233.48º31.51%71.37%-
HSV(B)233.48º22.44%80.39%-
XYZ38.5938.3363.12-
YUV167.18149.34122.17-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.11%
GREEN value IS 164 (64.45% from 255) = 31.06%
BLUE value IS 205 (80.47% from 255) = 38.83%
R=30.11%
G=31.06%
B=38.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1591642050.220.200.20233.4831.5171.37
Hex9FA4CD1614014e92047
Octal237244315262402435140107
Binary1001111110100100110011011011010100010100111010011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,164,205); }

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

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

 a { background-color: rgb(159,164,205); }

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

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

 span { border-color: rgb(159,164,205); }

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