Html Css Color HEX #727CAD Ship Cove

📋 copy color: '#727CAD'

red 114 ◦ green 124 ◦ blue 173

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

Shades of Ship Cove #727CAD

Tints of Ship Cove #727CAD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.17%

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

R = 27.74%
G = 30.17%
B = 42.09%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#727CAD (or 0x727CAD) is known color: Ship Cove. HEX triplet: 72, 7C and AD. RGB value is (114,124,173). Sum of RGB (Red+Green+Blue) = 114+124+173=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 173 - color contains mainly: blue. Hex color #727CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727CAD is #8D8352. Grayscale: #7E7E7E. Windows color (decimal): -9274195 or 11369586. OLE color: 11369586.

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

Color convert

RGB 114 124 173 -
CMYK 0.34 0.28 0 0.32
HSL 229.83º 0.26% 0.56% -
HSV(B) 229.83º 0.34% 0.68% -
XYZ 21.69 21.01 42.45 -
YUV 126.6 154.19 119.02 -
System Red Green Blue C M Y K H S L
Decimal 114 124 173 0.34 0.28 0 0.32 229.83 0.26 0.56
Hex 72 7C AD 22 1C 0 20 E6 1A 38
Octal 162 174 255 42 34 0 40 346 32 70
Binary 1110010 1111100 10101101 100010 11100 0 100000 11100110 11010 111000

Color Harmonies of #727CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727CAD

Black with #727CAD

Text Example


Text Example

White with #727CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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