Html Css Color HEX #727EA2 Ship Cove

📋 copy color: '#727EA2'

red 114 ◦ green 126 ◦ blue 162

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

Shades of Ship Cove #727EA2

Tints of Ship Cove #727EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.3%

R = 28.36%
G = 31.34%
B = 40.3%

CMYK

 C value IS 0.30

 M value IS 0.22

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#727EA2 (or 0x727EA2) is known color: Ship Cove. HEX triplet: 72, 7E and A2. RGB value is (114,126,162). Sum of RGB (Red+Green+Blue) = 114+126+162=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 162 (63.67% from 255 or 40.30% from 402); Max value from RGB is 162 - color contains mainly: blue. Hex color #727EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727EA2 is #8D815D. Grayscale: #7E7E7E. Windows color (decimal): -9273694 or 10649202. OLE color: 10649202.

HSL color Cylindrical-coordinate representation of color #727EA2: hue angle of 225º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #727EA2 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 114 126 162 -
CMYK 0.30 0.22 0 0.36
HSL 225º 0.21% 0.54% -
HSV(B) 225º 0.3% 0.64% -
XYZ 20.92 21.11 37.15 -
YUV 126.52 148.02 119.07 -
System Red Green Blue C M Y K H S L
Decimal 114 126 162 0.30 0.22 0 0.36 225 0.21 0.54
Hex 72 7E A2 1E 16 0 24 E1 15 36
Octal 162 176 242 36 26 0 44 341 25 66
Binary 1110010 1111110 10100010 11110 10110 0 100100 11100001 10101 110110

Color Harmonies of #727EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727EA2

Black with #727EA2

Text Example


Text Example

White with #727EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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