Html Css Color HEX #8FA798 Edward

📋 copy color: '#8FA798'

red 143 ◦ green 167 ◦ blue 152

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

Shades of Edward #8FA798

Tints of Edward #8FA798

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.15%

 BLUE value IS 152 (59.77% from 255) = 32.9%

R = 30.95%
G = 36.15%
B = 32.9%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#8FA798 (or 0x8FA798) is known color: Edward. HEX triplet: 8F, A7 and 98. RGB value is (143,167,152). Sum of RGB (Red+Green+Blue) = 143+167+152=462 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.95% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 152 (59.77% from 255 or 32.90% from 462); Max value from RGB is 167 - color contains mainly: green. Hex color #8FA798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA798 is #705867. Grayscale: #9E9E9E. Windows color (decimal): -7362664 or 10004367. OLE color: 10004367.

HSL color Cylindrical-coordinate representation of color #8FA798: hue angle of 142.5º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8FA798 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB 143 167 152 -
CMYK 0.14 0 0.09 0.35
HSL 142.5º 0.12% 0.61% -
HSV(B) 142.5º 0.14% 0.65% -
XYZ 30.81 35.74 34.98 -
YUV 158.11 124.55 117.22 -
System Red Green Blue C M Y K H S L
Decimal 143 167 152 0.14 0 0.09 0.35 142.5 0.12 0.61
Hex 8F A7 98 E 0 9 23 8E C 3D
Octal 217 247 230 16 0 11 43 216 14 75
Binary 10001111 10100111 10011000 1110 0 1001 100011 10001110 1100 111101

Color Harmonies of #8FA798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA798

Black with #8FA798

Text Example


Text Example

White with #8FA798

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,167,152); }

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

background-color css

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

 a { background-color: rgb(143,167,152); }

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

border-color css

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

 span { border-color: rgb(143,167,152); }

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