Html Css Color HEX #7279A0 Ship Cove

📋 copy color: '#7279A0'

red 114 ◦ green 121 ◦ blue 160

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

Shades of Ship Cove #7279A0

Tints of Ship Cove #7279A0

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.63%

 BLUE value IS 160 (62.89% from 255) = 40.51%

R = 28.86%
G = 30.63%
B = 40.51%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7279A0 (or 0x7279A0) is known color: Ship Cove. HEX triplet: 72, 79 and A0. RGB value is (114,121,160). Sum of RGB (Red+Green+Blue) = 114+121+160=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 160 - color contains mainly: blue. Hex color #7279A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7279A0 is #8D865F. Grayscale: #7B7B7B. Windows color (decimal): -9274976 or 10516850. OLE color: 10516850.

HSL color Cylindrical-coordinate representation of color #7279A0: hue angle of 230.87º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7279A0 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 114 121 160 -
CMYK 0.29 0.24 0 0.37
HSL 230.87º 0.19% 0.54% -
HSV(B) 230.87º 0.29% 0.63% -
XYZ 20.12 19.79 36.02 -
YUV 123.35 148.68 121.33 -
System Red Green Blue C M Y K H S L
Decimal 114 121 160 0.29 0.24 0 0.37 230.87 0.19 0.54
Hex 72 79 A0 1D 18 0 25 E7 13 36
Octal 162 171 240 35 30 0 45 347 23 66
Binary 1110010 1111001 10100000 11101 11000 0 100101 11100111 10011 110110

Color Harmonies of #7279A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7279A0

Black with #7279A0

Text Example


Text Example

White with #7279A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7279A0; }

 p { color: rgb(114,121,160); }

 H1.HeaderClassName
 {
   color: #7279A0;
 }
 .AnyTagClassName
 {
   color: #7279A0;
 }
</style>

background-color css

<style>
 a { background-color: #7279A0; }

 a { background-color: rgb(114,121,160); }

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

border-color css

<style>
 span { border-color: #7279A0; }

 span { border-color: rgb(114,121,160); }

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