#7282AF

Color #7282AF Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #7282AF

Tints of Ship Cove #7282AF

Color information

#7282AF (or 0x7282AF) is unknown color: approx Ship Cove. HEX triplet: 72, 82 and AF. RGB value is (114,130,175). Sum of RGB (Red+Green+Blue) = 114+130+175=419 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.21% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #7282AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7282AF is #8D7D50. Grayscale: #828282. Windows color (decimal): -9272657 or 11502194. OLE color: 11502194.

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

Color convert

RGB114130175-
CMYK0.350.2600.31
HSL224.26º27.6%56.67%-
HSV(B)224.26º34.86%68.63%-
XYZ22.6622.6443.73-
YUV130.35153.2116.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.21%
GREEN value IS 130 (51.17% from 255) = 31.03%
BLUE value IS 175 (68.75% from 255) = 41.77%
R=27.21%
G=31.03%
B=41.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1141301750.350.2600.31224.2627.656.67
Hex7282AF231A01Fe01c39
Octal16220225743320373403471
Binary11100101000001010101111100011110100111111110000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7282AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7282AF; }

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

 H1.HeaderClassName
 {
   color: #7282AF;
 }
 .AnyTagClassName
 {
   color: #7282AF;
 }
</style>
background-color css

<style>
 a { background-color: #7282AF; }

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

 div.DivClassName
 {
   background-color: #7282AF;
 }
 .BgClassName
 {
   background-color: #7282AF;
 }
</style>
border-color css

<style>
 span { border-color: #7282AF; }

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

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