Html Css Color HEX #727DAC Ship Cove

📋 copy color: '#727DAC'

red 114 ◦ green 125 ◦ blue 172

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

Shades of Ship Cove #727DAC

Tints of Ship Cove #727DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.85%

R = 27.74%
G = 30.41%
B = 41.85%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#727DAC (or 0x727DAC) is known color: Ship Cove. HEX triplet: 72, 7D and AC. RGB value is (114,125,172). Sum of RGB (Red+Green+Blue) = 114+125+172=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #727DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727DAC is #8D8253. Grayscale: #7E7E7E. Windows color (decimal): -9273940 or 11304306. OLE color: 11304306.

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

Color convert

RGB 114 125 172 -
CMYK 0.34 0.27 0 0.33
HSL 228.62º 0.26% 0.56% -
HSV(B) 228.62º 0.34% 0.67% -
XYZ 21.72 21.22 41.98 -
YUV 127.07 153.36 118.68 -
System Red Green Blue C M Y K H S L
Decimal 114 125 172 0.34 0.27 0 0.33 228.62 0.26 0.56
Hex 72 7D AC 22 1B 0 21 E5 1A 38
Octal 162 175 254 42 33 0 41 345 32 70
Binary 1110010 1111101 10101100 100010 11011 0 100001 11100101 11010 111000

Color Harmonies of #727DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727DAC

Black with #727DAC

Text Example


Text Example

White with #727DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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