Html Css Color HEX #8CA294 Edward

📋 copy color: '#8CA294'

red 140 ◦ green 162 ◦ blue 148

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

Shades of Edward #8CA294

Tints of Edward #8CA294

RGB

 RED value IS 140 (55.08% from 255) = 31.11%

 GREEN value IS 162 (63.67% from 255) = 36%

 BLUE value IS 148 (58.2% from 255) = 32.89%

R = 31.11%
G = 36%
B = 32.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#8CA294 (or 0x8CA294) is known color: Edward. HEX triplet: 8C, A2 and 94. RGB value is (140,162,148). Sum of RGB (Red+Green+Blue) = 140+162+148=450 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.11% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 148 (58.20% from 255 or 32.89% from 450); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA294 is #735D6B. Grayscale: #999999. Windows color (decimal): -7560556 or 9740940. OLE color: 9740940.

HSL color Cylindrical-coordinate representation of color #8CA294: hue angle of 141.82º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8CA294 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 140 162 148 -
CMYK 0.14 0 0.09 0.36
HSL 141.82º 0.11% 0.59% -
HSV(B) 141.82º 0.14% 0.64% -
XYZ 29.08 33.55 32.96 -
YUV 153.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 140 162 148 0.14 0 0.09 0.36 141.82 0.11 0.59
Hex 8C A2 94 E 0 9 24 8E B 3B
Octal 214 242 224 16 0 11 44 216 13 73
Binary 10001100 10100010 10010100 1110 0 1001 100100 10001110 1011 111011

Color Harmonies of #8CA294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA294

Black with #8CA294

Text Example


Text Example

White with #8CA294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,162,148); }

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

background-color css

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

 a { background-color: rgb(140,162,148); }

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

border-color css

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

 span { border-color: rgb(140,162,148); }

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