Html Css Color HEX #727FA6 Ship Cove

📋 copy color: '#727FA6'

red 114 ◦ green 127 ◦ blue 166

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

Shades of Ship Cove #727FA6

Tints of Ship Cove #727FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40.79%

R = 28.01%
G = 31.2%
B = 40.79%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#727FA6 (or 0x727FA6) is known color: Ship Cove. HEX triplet: 72, 7F and A6. RGB value is (114,127,166). Sum of RGB (Red+Green+Blue) = 114+127+166=407 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.01% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 166 (65.23% from 255 or 40.79% from 407); Max value from RGB is 166 - color contains mainly: blue. Hex color #727FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727FA6 is #8D8059. Grayscale: #7F7F7F. Windows color (decimal): -9273434 or 10911602. OLE color: 10911602.

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

Color convert

RGB 114 127 166 -
CMYK 0.31 0.23 0 0.35
HSL 225º 0.23% 0.55% -
HSV(B) 225º 0.31% 0.65% -
XYZ 21.41 21.51 39.1 -
YUV 127.56 149.69 118.33 -
System Red Green Blue C M Y K H S L
Decimal 114 127 166 0.31 0.23 0 0.35 225 0.23 0.55
Hex 72 7F A6 1F 17 0 23 E1 17 37
Octal 162 177 246 37 27 0 43 341 27 67
Binary 1110010 1111111 10100110 11111 10111 0 100011 11100001 10111 110111

Color Harmonies of #727FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727FA6

Black with #727FA6

Text Example


Text Example

White with #727FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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