Html Css Color HEX #8F9BAE Rock Blue

📋 copy color: '#8F9BAE'

red 143 ◦ green 155 ◦ blue 174

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

Shades of Rock Blue #8F9BAE

Tints of Rock Blue #8F9BAE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.84%

 BLUE value IS 174 (68.36% from 255) = 36.86%

R = 30.3%
G = 32.84%
B = 36.86%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8F9BAE (or 0x8F9BAE) is known color: Rock Blue. HEX triplet: 8F, 9B and AE. RGB value is (143,155,174). Sum of RGB (Red+Green+Blue) = 143+155+174=472 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.30% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 174 - color contains mainly: blue. Hex color #8F9BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9BAE is #706451. Grayscale: #999999. Windows color (decimal): -7365714 or 11443087. OLE color: 11443087.

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

Color convert

RGB 143 155 174 -
CMYK 0.18 0.11 0 0.32
HSL 216.77º 0.16% 0.62% -
HSV(B) 216.77º 0.18% 0.68% -
XYZ 30.69 32.34 44.67 -
YUV 153.58 139.52 120.46 -
System Red Green Blue C M Y K H S L
Decimal 143 155 174 0.18 0.11 0 0.32 216.77 0.16 0.62
Hex 8F 9B AE 12 B 0 20 D9 10 3E
Octal 217 233 256 22 13 0 40 331 20 76
Binary 10001111 10011011 10101110 10010 1011 0 100000 11011001 10000 111110

Color Harmonies of #8F9BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9BAE

Black with #8F9BAE

Text Example


Text Example

White with #8F9BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,155,174); }

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

background-color css

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

 a { background-color: rgb(143,155,174); }

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

border-color css

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

 span { border-color: rgb(143,155,174); }

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