#7084B3

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

Shades of Ship Cove #7084B3

Tints of Ship Cove #7084B3

Color information

#7084B3 (or 0x7084B3) is unknown color: approx Ship Cove. HEX triplet: 70, 84 and B3. RGB value is (112,132,179). Sum of RGB (Red+Green+Blue) = 112+132+179=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 179 - color contains mainly: blue. Hex color #7084B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7084B3 is #8F7B4C. Grayscale: #838383. Windows color (decimal): -9403213 or 11764848. OLE color: 11764848.

HSL color Cylindrical-coordinate representation of color #7084B3: hue angle of 222.09º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7084B3 is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB112132179-
CMYK0.370.2600.30
HSL222.09º30.59%57.06%-
HSV(B)222.09º37.43%70.2%-
XYZ23.0723.245.91-
YUV131.38154.87114.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.48%
GREEN value IS 132 (51.95% from 255) = 31.21%
BLUE value IS 179 (70.31% from 255) = 42.32%
R=26.48%
G=31.21%
B=42.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1121321790.370.2600.30222.0930.5957.06
Hex7084B3251A01Ede1f39
Octal16020426345320363363771
Binary11100001000010010110011100101110100111101101111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7084B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7084B3; }

 p { color: rgb(112,132,179); }

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

<style>
 a { background-color: #7084B3; }

 a { background-color: rgb(112,132,179); }

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

<style>
 span { border-color: #7084B3; }

 span { border-color: rgb(112,132,179); }

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