#7281A2

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

Shades of Ship Cove #7281A2

Tints of Ship Cove #7281A2

Color information

#7281A2 (or 0x7281A2) is unknown color: approx Ship Cove. HEX triplet: 72, 81 and A2. RGB value is (114,129,162). Sum of RGB (Red+Green+Blue) = 114+129+162=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 162 - color contains mainly: blue. Hex color #7281A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7281A2 is #8D7E5D. Grayscale: #808080. Windows color (decimal): -9272926 or 10649970. OLE color: 10649970.

HSL color Cylindrical-coordinate representation of color #7281A2: hue angle of 221.25º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7281A2 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB114129162-
CMYK0.300.2000.36
HSL221.25º20.51%54.12%-
HSV(B)221.25º29.63%63.53%-
XYZ21.3121.8937.28-
YUV128.28147.03117.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.15%
GREEN value IS 129 (50.78% from 255) = 31.85%
BLUE value IS 162 (63.67% from 255) = 40%
R=28.15%
G=31.85%
B=40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141291620.300.2000.36221.2520.5154.12
Hex7281A21E14024dd1536
Octal16220124236240443352566
Binary11100101000000110100010111101010001001001101110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7281A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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