Html Css Color HEX #727CAF Ship Cove

📋 copy color: '#727CAF'

red 114 ◦ green 124 ◦ blue 175

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

Shades of Ship Cove #727CAF

Tints of Ship Cove #727CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.37%

R = 27.6%
G = 30.02%
B = 42.37%

CMYK

 C value IS 0.35

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#727CAF (or 0x727CAF) is known color: Ship Cove. HEX triplet: 72, 7C and AF. RGB value is (114,124,175). Sum of RGB (Red+Green+Blue) = 114+124+175=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #727CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727CAF is #8D8350. Grayscale: #7E7E7E. Windows color (decimal): -9274193 or 11500658. OLE color: 11500658.

HSL color Cylindrical-coordinate representation of color #727CAF: hue angle of 230.16º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #727CAF is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 114 124 175 -
CMYK 0.35 0.29 0 0.31
HSL 230.16º 0.28% 0.57% -
HSV(B) 230.16º 0.35% 0.69% -
XYZ 21.88 21.09 43.47 -
YUV 126.82 155.19 118.85 -
System Red Green Blue C M Y K H S L
Decimal 114 124 175 0.35 0.29 0 0.31 230.16 0.28 0.57
Hex 72 7C AF 23 1D 0 1F E6 1C 39
Octal 162 174 257 43 35 0 37 346 34 71
Binary 1110010 1111100 10101111 100011 11101 0 11111 11100110 11100 111001

Color Harmonies of #727CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727CAF

Black with #727CAF

Text Example


Text Example

White with #727CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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