Html Css Color HEX #727EA4 Ship Cove

📋 copy color: '#727EA4'

red 114 ◦ green 126 ◦ blue 164

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

Shades of Ship Cove #727EA4

Tints of Ship Cove #727EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40.59%

R = 28.22%
G = 31.19%
B = 40.59%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#727EA4 (or 0x727EA4) is known color: Ship Cove. HEX triplet: 72, 7E and A4. RGB value is (114,126,164). Sum of RGB (Red+Green+Blue) = 114+126+164=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 164 (64.45% from 255 or 40.59% from 404); Max value from RGB is 164 - color contains mainly: blue. Hex color #727EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727EA4 is #8D815B. Grayscale: #7E7E7E. Windows color (decimal): -9273692 or 10780274. OLE color: 10780274.

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

Color convert

RGB 114 126 164 -
CMYK 0.30 0.23 0 0.36
HSL 225.6º 0.22% 0.55% -
HSV(B) 225.6º 0.3% 0.64% -
XYZ 21.1 21.18 38.1 -
YUV 126.74 149.02 118.91 -
System Red Green Blue C M Y K H S L
Decimal 114 126 164 0.30 0.23 0 0.36 225.6 0.22 0.55
Hex 72 7E A4 1E 17 0 24 E2 16 37
Octal 162 176 244 36 27 0 44 342 26 67
Binary 1110010 1111110 10100100 11110 10111 0 100100 11100010 10110 110111

Color Harmonies of #727EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727EA4

Black with #727EA4

Text Example


Text Example

White with #727EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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