Html Css Color HEX #727DAB Ship Cove

📋 copy color: '#727DAB'

red 114 ◦ green 125 ◦ blue 171

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

Shades of Ship Cove #727DAB

Tints of Ship Cove #727DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.71%

R = 27.8%
G = 30.49%
B = 41.71%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#727DAB (or 0x727DAB) is known color: Ship Cove. HEX triplet: 72, 7D and AB. RGB value is (114,125,171). Sum of RGB (Red+Green+Blue) = 114+125+171=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #727DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727DAB is #8D8254. Grayscale: #7E7E7E. Windows color (decimal): -9273941 or 11238770. OLE color: 11238770.

HSL color Cylindrical-coordinate representation of color #727DAB: hue angle of 228.42º 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 #727DAB is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 125 171 -
CMYK 0.33 0.27 0 0.33
HSL 228.42º 0.25% 0.56% -
HSV(B) 228.42º 0.33% 0.67% -
XYZ 21.62 21.18 41.48 -
YUV 126.96 152.86 118.76 -
System Red Green Blue C M Y K H S L
Decimal 114 125 171 0.33 0.27 0 0.33 228.42 0.25 0.56
Hex 72 7D AB 21 1B 0 21 E4 19 38
Octal 162 175 253 41 33 0 41 344 31 70
Binary 1110010 1111101 10101011 100001 11011 0 100001 11100100 11001 111000

Color Harmonies of #727DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727DAB

Black with #727DAB

Text Example


Text Example

White with #727DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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