#8F98AD

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

Shades of Rock Blue #8F98AD

Tints of Rock Blue #8F98AD

Color information

#8F98AD (or 0x8F98AD) is unknown color: approx Rock Blue. HEX triplet: 8F, 98 and AD. RGB value is (143,152,173). Sum of RGB (Red+Green+Blue) = 143+152+173=468 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.56% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F98AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F98AD is #706752. Grayscale: #979797. Windows color (decimal): -7366483 or 11376783. OLE color: 11376783.

HSL color Cylindrical-coordinate representation of color #8F98AD: hue angle of 222º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8F98AD is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB143152173-
CMYK0.170.1200.32
HSL222º15.46%61.96%-
HSV(B)222º17.34%67.84%-
XYZ30.131.3143.99-
YUV151.7140.02121.79-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.56%
GREEN value IS 152 (59.77% from 255) = 32.48%
BLUE value IS 173 (67.97% from 255) = 36.97%
R=30.56%
G=32.48%
B=36.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1431521730.170.1200.3222215.4661.96
Hex8F98AD11C020def3e
Octal21723025521140403361776
Binary1000111110011000101011011000111000100000110111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F98AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,152,173); }

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

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

 a { background-color: rgb(143,152,173); }

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

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

 span { border-color: rgb(143,152,173); }

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