#8FA0C5

Color #8FA0C5 Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #8FA0C5

Tints of Rock Blue #8FA0C5

Color information

#8FA0C5 (or 0x8FA0C5) is unknown color: approx Rock Blue. HEX triplet: 8F, A0 and C5. RGB value is (143,160,197). Sum of RGB (Red+Green+Blue) = 143+160+197=500 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.6% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 197 (77.34% from 255 or 39.4% from 500); Max value from RGB is 197 - color contains mainly: blue. Hex color #8FA0C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA0C5 is #705F3A. Grayscale: #9E9E9E. Windows color (decimal): -7364411 or 12951695. OLE color: 12951695.

HSL color Cylindrical-coordinate representation of color #8FA0C5: hue angle of 221.11º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8FA0C5 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB143160197-
CMYK0.270.1900.23
HSL221.11º31.76%66.67%-
HSV(B)221.11º27.41%77.25%-
XYZ33.9835.0157.79-
YUV159.14149.37116.49-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.6%
GREEN value IS 160 (62.89% from 255) = 32%
BLUE value IS 197 (77.34% from 255) = 39.4%
R=28.6%
G=32%
B=39.4%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1431601970.270.1900.23221.1131.7666.67
Hex8FA0C51B13017dd2043
Octal217240305332302733540103
Binary1000111110100000110001011101110011010111110111011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FA0C5; }

 p { color: rgb(143,160,197); }

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

<style>
 a { background-color: #8FA0C5; }

 a { background-color: rgb(143,160,197); }

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

<style>
 span { border-color: #8FA0C5; }

 span { border-color: rgb(143,160,197); }

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