Html Css Color HEX #727DAA Ship Cove

📋 copy color: '#727DAA'

red 114 ◦ green 125 ◦ blue 170

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

Shades of Ship Cove #727DAA

Tints of Ship Cove #727DAA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.56%

 BLUE value IS 170 (66.8% from 255) = 41.56%

R = 27.87%
G = 30.56%
B = 41.56%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#727DAA (or 0x727DAA) is known color: Ship Cove. HEX triplet: 72, 7D and AA. RGB value is (114,125,170). Sum of RGB (Red+Green+Blue) = 114+125+170=409 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.87% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #727DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727DAA is #8D8255. Grayscale: #7E7E7E. Windows color (decimal): -9273942 or 11173234. OLE color: 11173234.

HSL color Cylindrical-coordinate representation of color #727DAA: hue angle of 228.21º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #727DAA is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 125 170 -
CMYK 0.33 0.26 0 0.33
HSL 228.21º 0.25% 0.56% -
HSV(B) 228.21º 0.33% 0.67% -
XYZ 21.53 21.15 40.98 -
YUV 126.84 152.36 118.84 -
System Red Green Blue C M Y K H S L
Decimal 114 125 170 0.33 0.26 0 0.33 228.21 0.25 0.56
Hex 72 7D AA 21 1A 0 21 E4 19 38
Octal 162 175 252 41 32 0 41 344 31 70
Binary 1110010 1111101 10101010 100001 11010 0 100001 11100100 11001 111000

Color Harmonies of #727DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727DAA

Black with #727DAA

Text Example


Text Example

White with #727DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,125,170); }

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

background-color css

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

 a { background-color: rgb(114,125,170); }

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

border-color css

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

 span { border-color: rgb(114,125,170); }

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