Html Css Color HEX #727FAA Ship Cove

📋 copy color: '#727FAA'

red 114 ◦ green 127 ◦ blue 170

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

Shades of Ship Cove #727FAA

Tints of Ship Cove #727FAA

RGB

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

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

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

R = 27.74%
G = 30.9%
B = 41.36%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#727FAA (or 0x727FAA) is known color: Ship Cove. HEX triplet: 72, 7F and AA. RGB value is (114,127,170). Sum of RGB (Red+Green+Blue) = 114+127+170=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #727FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727FAA is #8D8055. Grayscale: #7F7F7F. Windows color (decimal): -9273430 or 11173746. OLE color: 11173746.

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

Color convert

RGB 114 127 170 -
CMYK 0.33 0.25 0 0.33
HSL 226.07º 0.25% 0.56% -
HSV(B) 226.07º 0.33% 0.67% -
XYZ 21.78 21.66 41.06 -
YUV 128.02 151.69 118 -
System Red Green Blue C M Y K H S L
Decimal 114 127 170 0.33 0.25 0 0.33 226.07 0.25 0.56
Hex 72 7F AA 21 19 0 21 E2 19 38
Octal 162 177 252 41 31 0 41 342 31 70
Binary 1110010 1111111 10101010 100001 11001 0 100001 11100010 11001 111000

Color Harmonies of #727FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727FAA

Black with #727FAA

Text Example


Text Example

White with #727FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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