Html Css Color HEX #8F99AD Rock Blue

📋 copy color: '#8F99AD'

red 143 ◦ green 153 ◦ blue 173

#8F99AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Blue #8F99AD

Tints of Rock Blue #8F99AD

RGB

 RED value IS 143 (56.25% from 255) = 30.49%

 GREEN value IS 153 (60.16% from 255) = 32.62%

 BLUE value IS 173 (67.97% from 255) = 36.89%

R = 30.49%
G = 32.62%
B = 36.89%

CMYK

 C value IS 0.17

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8F99AD (or 0x8F99AD) is known color: Rock Blue. HEX triplet: 8F, 99 and AD. RGB value is (143,153,173). Sum of RGB (Red+Green+Blue) = 143+153+173=469 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.49% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F99AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F99AD is #706652. Grayscale: #989898. Windows color (decimal): -7366227 or 11377039. OLE color: 11377039.

HSL color Cylindrical-coordinate representation of color #8F99AD: hue angle of 220º 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 #8F99AD is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 143 153 173 -
CMYK 0.17 0.12 0 0.32
HSL 220º 0.15% 0.62% -
HSV(B) 220º 0.17% 0.68% -
XYZ 30.26 31.64 44.05 -
YUV 152.29 139.69 121.37 -
System Red Green Blue C M Y K H S L
Decimal 143 153 173 0.17 0.12 0 0.32 220 0.15 0.62
Hex 8F 99 AD 11 C 0 20 DC F 3E
Octal 217 231 255 21 14 0 40 334 17 76
Binary 10001111 10011001 10101101 10001 1100 0 100000 11011100 1111 111110

Color Harmonies of #8F99AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F99AD

Black with #8F99AD

Text Example


Text Example

White with #8F99AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8F99AD;
 }
 .AnyTagClassName
 {
   color: #8F99AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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