Html Css Color HEX #8F9EBE Rock Blue

📋 copy color: '#8F9EBE'

red 143 ◦ green 158 ◦ blue 190

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

Shades of Rock Blue #8F9EBE

Tints of Rock Blue #8F9EBE

RGB

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

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

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

R = 29.12%
G = 32.18%
B = 38.7%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F9EBE (or 0x8F9EBE) is known color: Rock Blue. HEX triplet: 8F, 9E and BE. RGB value is (143,158,190). Sum of RGB (Red+Green+Blue) = 143+158+190=491 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.12% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F9EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9EBE is #706141. Grayscale: #9D9D9D. Windows color (decimal): -7364930 or 12492431. OLE color: 12492431.

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

Color convert

RGB 143 158 190 -
CMYK 0.25 0.17 0 0.25
HSL 220.85º 0.27% 0.65% -
HSV(B) 220.85º 0.25% 0.75% -
XYZ 32.85 34.01 53.55 -
YUV 157.16 146.53 117.9 -
System Red Green Blue C M Y K H S L
Decimal 143 158 190 0.25 0.17 0 0.25 220.85 0.27 0.65
Hex 8F 9E BE 19 11 0 19 DD 1B 41
Octal 217 236 276 31 21 0 31 335 33 101
Binary 10001111 10011110 10111110 11001 10001 0 11001 11011101 11011 1000001

Color Harmonies of #8F9EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9EBE

Black with #8F9EBE

Text Example


Text Example

White with #8F9EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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