Html Css Color HEX #727EAE Ship Cove

📋 copy color: '#727EAE'

red 114 ◦ green 126 ◦ blue 174

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

Shades of Ship Cove #727EAE

Tints of Ship Cove #727EAE

RGB

 RED value IS 114 (44.92% from 255) = 27.54%

 GREEN value IS 126 (49.61% from 255) = 30.43%

 BLUE value IS 174 (68.36% from 255) = 42.03%

R = 27.54%
G = 30.43%
B = 42.03%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#727EAE (or 0x727EAE) is known color: Ship Cove. HEX triplet: 72, 7E and AE. RGB value is (114,126,174). Sum of RGB (Red+Green+Blue) = 114+126+174=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #727EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727EAE is #8D8151. Grayscale: #7F7F7F. Windows color (decimal): -9273682 or 11435634. OLE color: 11435634.

HSL color Cylindrical-coordinate representation of color #727EAE: hue angle of 228º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #727EAE is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 114 126 174 -
CMYK 0.34 0.28 0 0.32
HSL 228º 0.27% 0.56% -
HSV(B) 228º 0.34% 0.68% -
XYZ 22.04 21.56 43.04 -
YUV 127.88 154.02 118.1 -
System Red Green Blue C M Y K H S L
Decimal 114 126 174 0.34 0.28 0 0.32 228 0.27 0.56
Hex 72 7E AE 22 1C 0 20 E4 1B 38
Octal 162 176 256 42 34 0 40 344 33 70
Binary 1110010 1111110 10101110 100010 11100 0 100000 11100100 11011 111000

Color Harmonies of #727EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727EAE

Black with #727EAE

Text Example


Text Example

White with #727EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727EAE; }

 p { color: rgb(114,126,174); }

 H1.HeaderClassName
 {
   color: #727EAE;
 }
 .AnyTagClassName
 {
   color: #727EAE;
 }
</style>

background-color css

<style>
 a { background-color: #727EAE; }

 a { background-color: rgb(114,126,174); }

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

border-color css

<style>
 span { border-color: #727EAE; }

 span { border-color: rgb(114,126,174); }

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