Html Css Color HEX #7284A5 Ship Cove

📋 copy color: '#7284A5'

red 114 ◦ green 132 ◦ blue 165

#7284A5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Cove #7284A5

Tints of Ship Cove #7284A5

RGB

 RED value IS 114 (44.92% from 255) = 27.74%

 GREEN value IS 132 (51.95% from 255) = 32.12%

 BLUE value IS 165 (64.84% from 255) = 40.15%

R = 27.74%
G = 32.12%
B = 40.15%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7284A5 (or 0x7284A5) is known color: Ship Cove. HEX triplet: 72, 84 and A5. RGB value is (114,132,165). Sum of RGB (Red+Green+Blue) = 114+132+165=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 165 (64.84% from 255 or 40.15% from 411); Max value from RGB is 165 - color contains mainly: blue. Hex color #7284A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7284A5 is #8D7B5A. Grayscale: #828282. Windows color (decimal): -9272155 or 10847346. OLE color: 10847346.

HSL color Cylindrical-coordinate representation of color #7284A5: hue angle of 218.82º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7284A5 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 114 132 165 -
CMYK 0.31 0.20 0 0.35
HSL 218.82º 0.22% 0.55% -
HSV(B) 218.82º 0.31% 0.65% -
XYZ 21.98 22.8 38.84 -
YUV 130.38 147.54 116.32 -
System Red Green Blue C M Y K H S L
Decimal 114 132 165 0.31 0.20 0 0.35 218.82 0.22 0.55
Hex 72 84 A5 1F 14 0 23 DB 16 37
Octal 162 204 245 37 24 0 43 333 26 67
Binary 1110010 10000100 10100101 11111 10100 0 100011 11011011 10110 110111

Color Harmonies of #7284A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7284A5

Black with #7284A5

Text Example


Text Example

White with #7284A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7284A5; }

 p { color: rgb(114,132,165); }

 H1.HeaderClassName
 {
   color: #7284A5;
 }
 .AnyTagClassName
 {
   color: #7284A5;
 }
</style>

background-color css

<style>
 a { background-color: #7284A5; }

 a { background-color: rgb(114,132,165); }

 div.DivClassName
 {
   background-color: #7284A5;
 }
 .BgClassName
 {
   background-color: #7284A5;
 }
</style>

border-color css

<style>
 span { border-color: #7284A5; }

 span { border-color: rgb(114,132,165); }

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