#7283AF

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

Shades of Ship Cove #7283AF

Tints of Ship Cove #7283AF

Color information

#7283AF (or 0x7283AF) is unknown color: approx Ship Cove. HEX triplet: 72, 83 and AF. RGB value is (114,131,175). Sum of RGB (Red+Green+Blue) = 114+131+175=420 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.14% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #7283AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7283AF is #8D7C50. Grayscale: #828282. Windows color (decimal): -9272401 or 11502450. OLE color: 11502450.

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

Color convert

RGB114131175-
CMYK0.350.2500.31
HSL223.28º27.6%56.67%-
HSV(B)223.28º34.86%68.63%-
XYZ22.7922.9143.78-
YUV130.93152.87115.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.14%
GREEN value IS 131 (51.56% from 255) = 31.19%
BLUE value IS 175 (68.75% from 255) = 41.67%
R=27.14%
G=31.19%
B=41.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1141311750.350.2500.31223.2827.656.67
Hex7283AF231901Fdf1c39
Octal16220325743310373373471
Binary11100101000001110101111100011110010111111101111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7283AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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