Html Css Color HEX #727FA7 Ship Cove

📋 copy color: '#727FA7'

red 114 ◦ green 127 ◦ blue 167

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

Shades of Ship Cove #727FA7

Tints of Ship Cove #727FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 40.93%

R = 27.94%
G = 31.13%
B = 40.93%

CMYK

 C value IS 0.32

 M value IS 0.24

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#727FA7 (or 0x727FA7) is known color: Ship Cove. HEX triplet: 72, 7F and A7. RGB value is (114,127,167). Sum of RGB (Red+Green+Blue) = 114+127+167=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 167 (65.62% from 255 or 40.93% from 408); Max value from RGB is 167 - color contains mainly: blue. Hex color #727FA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727FA7 is #8D8058. Grayscale: #7F7F7F. Windows color (decimal): -9273433 or 10977138. OLE color: 10977138.

HSL color Cylindrical-coordinate representation of color #727FA7: hue angle of 225.28º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #727FA7 is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 114 127 167 -
CMYK 0.32 0.24 0 0.35
HSL 225.28º 0.23% 0.55% -
HSV(B) 225.28º 0.32% 0.65% -
XYZ 21.5 21.55 39.58 -
YUV 127.67 150.19 118.25 -
System Red Green Blue C M Y K H S L
Decimal 114 127 167 0.32 0.24 0 0.35 225.28 0.23 0.55
Hex 72 7F A7 20 18 0 23 E1 17 37
Octal 162 177 247 40 30 0 43 341 27 67
Binary 1110010 1111111 10100111 100000 11000 0 100011 11100001 10111 110111

Color Harmonies of #727FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727FA7

Black with #727FA7

Text Example


Text Example

White with #727FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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