Html Css Color HEX #727EAD Ship Cove

📋 copy color: '#727EAD'

red 114 ◦ green 126 ◦ blue 173

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

Shades of Ship Cove #727EAD

Tints of Ship Cove #727EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.89%

R = 27.6%
G = 30.51%
B = 41.89%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#727EAD (or 0x727EAD) is known color: Ship Cove. HEX triplet: 72, 7E and AD. RGB value is (114,126,173). Sum of RGB (Red+Green+Blue) = 114+126+173=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 126 (49.61% from 255 or 30.51% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 173 - color contains mainly: blue. Hex color #727EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727EAD is #8D8152. Grayscale: #7F7F7F. Windows color (decimal): -9273683 or 11370098. OLE color: 11370098.

HSL color Cylindrical-coordinate representation of color #727EAD: hue angle of 227.8º degrees, saturation: 0.26, 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 #727EAD is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 114 126 173 -
CMYK 0.34 0.27 0 0.32
HSL 227.8º 0.26% 0.56% -
HSV(B) 227.8º 0.34% 0.68% -
XYZ 21.94 21.52 42.53 -
YUV 127.77 153.52 118.18 -
System Red Green Blue C M Y K H S L
Decimal 114 126 173 0.34 0.27 0 0.32 227.8 0.26 0.56
Hex 72 7E AD 22 1B 0 20 E4 1A 38
Octal 162 176 255 42 33 0 40 344 32 70
Binary 1110010 1111110 10101101 100010 11011 0 100000 11100100 11010 111000

Color Harmonies of #727EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727EAD

Black with #727EAD

Text Example


Text Example

White with #727EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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