Html Css Color HEX #727FA2 Ship Cove

📋 copy color: '#727FA2'

red 114 ◦ green 127 ◦ blue 162

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

Shades of Ship Cove #727FA2

Tints of Ship Cove #727FA2

RGB

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

 GREEN value IS 127 (50% from 255) = 31.51%

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

R = 28.29%
G = 31.51%
B = 40.2%

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

#727FA2 (or 0x727FA2) is known color: Ship Cove. HEX triplet: 72, 7F and A2. RGB value is (114,127,162). Sum of RGB (Red+Green+Blue) = 114+127+162=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 162 (63.67% from 255 or 40.20% from 403); Max value from RGB is 162 - color contains mainly: blue. Hex color #727FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727FA2 is #8D805D. Grayscale: #7E7E7E. Windows color (decimal): -9273438 or 10649458. OLE color: 10649458.

HSL color Cylindrical-coordinate representation of color #727FA2: hue angle of 223.75º 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 #727FA2 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 114 127 162 -
CMYK 0.30 0.22 0 0.36
HSL 223.75º 0.21% 0.54% -
HSV(B) 223.75º 0.3% 0.64% -
XYZ 21.05 21.36 37.2 -
YUV 127.1 147.69 118.65 -
System Red Green Blue C M Y K H S L
Decimal 114 127 162 0.30 0.22 0 0.36 223.75 0.21 0.54
Hex 72 7F A2 1E 16 0 24 E0 15 36
Octal 162 177 242 36 26 0 44 340 25 66
Binary 1110010 1111111 10100010 11110 10110 0 100100 11100000 10101 110110

Color Harmonies of #727FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727FA2

Black with #727FA2

Text Example


Text Example

White with #727FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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