#7281AF

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

Shades of Ship Cove #7281AF

Tints of Ship Cove #7281AF

Color information

#7281AF (or 0x7281AF) is unknown color: approx Ship Cove. HEX triplet: 72, 81 and AF. RGB value is (114,129,175). Sum of RGB (Red+Green+Blue) = 114+129+175=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #7281AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7281AF is #8D7E50. Grayscale: #818181. Windows color (decimal): -9272913 or 11501938. OLE color: 11501938.

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

Color convert

RGB114129175-
CMYK0.350.2600.31
HSL225.25º27.6%56.67%-
HSV(B)225.25º34.86%68.63%-
XYZ22.5322.3743.69-
YUV129.76153.53116.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.27%
GREEN value IS 129 (50.78% from 255) = 30.86%
BLUE value IS 175 (68.75% from 255) = 41.87%
R=27.27%
G=30.86%
B=41.87%

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
Decimal1141291750.350.2600.31225.2527.656.67
Hex7281AF231A01Fe11c39
Octal16220125743320373413471
Binary11100101000000110101111100011110100111111110000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7281AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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