Html Css Color HEX #93A798 Edward

📋 copy color: '#93A798'

red 147 ◦ green 167 ◦ blue 152

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

Shades of Edward #93A798

Tints of Edward #93A798

RGB

 RED value IS 147 (57.81% from 255) = 31.55%

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

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

R = 31.55%
G = 35.84%
B = 32.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#93A798 (or 0x93A798) is known color: Edward. HEX triplet: 93, A7 and 98. RGB value is (147,167,152). Sum of RGB (Red+Green+Blue) = 147+167+152=466 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.55% from 466); Green value is 167 (65.62% from 255 or 35.84% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 167 - color contains mainly: green. Hex color #93A798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A798 is #6C5867. Grayscale: #9F9F9F. Windows color (decimal): -7100520 or 10004371. OLE color: 10004371.

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

Color convert

RGB 147 167 152 -
CMYK 0.12 0 0.09 0.35
HSL 135º 0.1% 0.62% -
HSV(B) 135º 0.12% 0.65% -
XYZ 31.52 36.11 35.01 -
YUV 159.31 123.87 119.22 -
System Red Green Blue C M Y K H S L
Decimal 147 167 152 0.12 0 0.09 0.35 135 0.1 0.62
Hex 93 A7 98 C 0 9 23 87 A 3E
Octal 223 247 230 14 0 11 43 207 12 76
Binary 10010011 10100111 10011000 1100 0 1001 100011 10000111 1010 111110

Color Harmonies of #93A798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A798

Black with #93A798

Text Example


Text Example

White with #93A798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93A798; }

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

 H1.HeaderClassName
 {
   color: #93A798;
 }
 .AnyTagClassName
 {
   color: #93A798;
 }
</style>

background-color css

<style>
 a { background-color: #93A798; }

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

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

border-color css

<style>
 span { border-color: #93A798; }

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

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