Html Css Color HEX #727FAF Ship Cove

📋 copy color: '#727FAF'

red 114 ◦ green 127 ◦ blue 175

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

Shades of Ship Cove #727FAF

Tints of Ship Cove #727FAF

RGB

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

 GREEN value IS 127 (50% from 255) = 30.53%

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

R = 27.4%
G = 30.53%
B = 42.07%

CMYK

 C value IS 0.35

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#727FAF (or 0x727FAF) is known color: Ship Cove. HEX triplet: 72, 7F and AF. RGB value is (114,127,175). Sum of RGB (Red+Green+Blue) = 114+127+175=416 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.40% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #727FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727FAF is #8D8050. Grayscale: #808080. Windows color (decimal): -9273425 or 11501426. OLE color: 11501426.

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

Color convert

RGB 114 127 175 -
CMYK 0.35 0.27 0 0.31
HSL 227.21º 0.28% 0.57% -
HSV(B) 227.21º 0.35% 0.69% -
XYZ 22.27 21.85 43.6 -
YUV 128.59 154.19 117.6 -
System Red Green Blue C M Y K H S L
Decimal 114 127 175 0.35 0.27 0 0.31 227.21 0.28 0.57
Hex 72 7F AF 23 1B 0 1F E3 1C 39
Octal 162 177 257 43 33 0 37 343 34 71
Binary 1110010 1111111 10101111 100011 11011 0 11111 11100011 11100 111001

Color Harmonies of #727FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727FAF

Black with #727FAF

Text Example


Text Example

White with #727FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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