Html Css Color HEX #8FA0BA Rock Blue

📋 copy color: '#8FA0BA'

red 143 ◦ green 160 ◦ blue 186

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

Shades of Rock Blue #8FA0BA

Tints of Rock Blue #8FA0BA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.72%

 BLUE value IS 186 (73.05% from 255) = 38.04%

R = 29.24%
G = 32.72%
B = 38.04%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8FA0BA (or 0x8FA0BA) is known color: Rock Blue. HEX triplet: 8F, A0 and BA. RGB value is (143,160,186). Sum of RGB (Red+Green+Blue) = 143+160+186=489 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.24% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #8FA0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA0BA is #705F45. Grayscale: #9D9D9D. Windows color (decimal): -7364422 or 12230799. OLE color: 12230799.

HSL color Cylindrical-coordinate representation of color #8FA0BA: hue angle of 216.28º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8FA0BA is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 143 160 186 -
CMYK 0.23 0.14 0 0.27
HSL 216.28º 0.24% 0.65% -
HSV(B) 216.28º 0.23% 0.73% -
XYZ 32.76 34.53 51.39 -
YUV 157.88 143.87 117.39 -
System Red Green Blue C M Y K H S L
Decimal 143 160 186 0.23 0.14 0 0.27 216.28 0.24 0.65
Hex 8F A0 BA 17 E 0 1B D8 18 41
Octal 217 240 272 27 16 0 33 330 30 101
Binary 10001111 10100000 10111010 10111 1110 0 11011 11011000 11000 1000001

Color Harmonies of #8FA0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA0BA

Black with #8FA0BA

Text Example


Text Example

White with #8FA0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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