Html Css Color HEX #8F9EAF Rock Blue

📋 copy color: '#8F9EAF'

red 143 ◦ green 158 ◦ blue 175

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

Shades of Rock Blue #8F9EAF

Tints of Rock Blue #8F9EAF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.19%

 BLUE value IS 175 (68.75% from 255) = 36.76%

R = 30.04%
G = 33.19%
B = 36.76%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8F9EAF (or 0x8F9EAF) is known color: Rock Blue. HEX triplet: 8F, 9E and AF. RGB value is (143,158,175). Sum of RGB (Red+Green+Blue) = 143+158+175=476 (63% of max value = 765). Red value is 143 (56.25% from 255 or 30.04% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 175 - color contains mainly: blue. Hex color #8F9EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9EAF is #706150. Grayscale: #9B9B9B. Windows color (decimal): -7364945 or 11509391. OLE color: 11509391.

HSL color Cylindrical-coordinate representation of color #8F9EAF: hue angle of 211.88º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8F9EAF is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 143 158 175 -
CMYK 0.18 0.10 0 0.31
HSL 211.88º 0.17% 0.62% -
HSV(B) 211.88º 0.18% 0.69% -
XYZ 31.29 33.39 45.35 -
YUV 155.45 139.03 119.12 -
System Red Green Blue C M Y K H S L
Decimal 143 158 175 0.18 0.10 0 0.31 211.88 0.17 0.62
Hex 8F 9E AF 12 A 0 1F D4 11 3E
Octal 217 236 257 22 12 0 37 324 21 76
Binary 10001111 10011110 10101111 10010 1010 0 11111 11010100 10001 111110

Color Harmonies of #8F9EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9EAF

Black with #8F9EAF

Text Example


Text Example

White with #8F9EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,158,175); }

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

background-color css

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

 a { background-color: rgb(143,158,175); }

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

border-color css

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

 span { border-color: rgb(143,158,175); }

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