Html Css Color HEX #8FA0BE Rock Blue

📋 copy color: '#8FA0BE'

red 143 ◦ green 160 ◦ blue 190

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

Shades of Rock Blue #8FA0BE

Tints of Rock Blue #8FA0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.54%

R = 29.01%
G = 32.45%
B = 38.54%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8FA0BE (or 0x8FA0BE) is known color: Rock Blue. HEX triplet: 8F, A0 and BE. RGB value is (143,160,190). Sum of RGB (Red+Green+Blue) = 143+160+190=493 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.01% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #8FA0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA0BE is #705F41. Grayscale: #9E9E9E. Windows color (decimal): -7364418 or 12492943. OLE color: 12492943.

HSL color Cylindrical-coordinate representation of color #8FA0BE: hue angle of 218.3º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8FA0BE is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 160 190 -
CMYK 0.25 0.16 0 0.25
HSL 218.3º 0.27% 0.65% -
HSV(B) 218.3º 0.25% 0.75% -
XYZ 33.19 34.7 53.66 -
YUV 158.34 145.87 117.06 -
System Red Green Blue C M Y K H S L
Decimal 143 160 190 0.25 0.16 0 0.25 218.3 0.27 0.65
Hex 8F A0 BE 19 10 0 19 DA 1B 41
Octal 217 240 276 31 20 0 31 332 33 101
Binary 10001111 10100000 10111110 11001 10000 0 11001 11011010 11011 1000001

Color Harmonies of #8FA0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA0BE

Black with #8FA0BE

Text Example


Text Example

White with #8FA0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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