Html Css Color HEX #7380AF Ship Cove

📋 copy color: '#7380AF'

red 115 ◦ green 128 ◦ blue 175

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

Shades of Ship Cove #7380AF

Tints of Ship Cove #7380AF

RGB

 RED value IS 115 (45.31% from 255) = 27.51%

 GREEN value IS 128 (50.39% from 255) = 30.62%

 BLUE value IS 175 (68.75% from 255) = 41.87%

R = 27.51%
G = 30.62%
B = 41.87%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7380AF (or 0x7380AF) is known color: Ship Cove. HEX triplet: 73, 80 and AF. RGB value is (115,128,175). Sum of RGB (Red+Green+Blue) = 115+128+175=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 128 (50.39% from 255 or 30.62% 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 #7380AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7380AF is #8C7F50. Grayscale: #818181. Windows color (decimal): -9207633 or 11501683. OLE color: 11501683.

HSL color Cylindrical-coordinate representation of color #7380AF: hue angle of 227º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7380AF is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 128 175 -
CMYK 0.34 0.27 0 0.31
HSL 227º 0.27% 0.57% -
HSV(B) 227º 0.34% 0.69% -
XYZ 22.53 22.18 43.65 -
YUV 129.47 153.69 117.68 -
System Red Green Blue C M Y K H S L
Decimal 115 128 175 0.34 0.27 0 0.31 227 0.27 0.57
Hex 73 80 AF 22 1B 0 1F E3 1B 39
Octal 163 200 257 42 33 0 37 343 33 71
Binary 1110011 10000000 10101111 100010 11011 0 11111 11100011 11011 111001

Color Harmonies of #7380AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7380AF

Black with #7380AF

Text Example


Text Example

White with #7380AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,128,175); }

 H1.HeaderClassName
 {
   color: #7380AF;
 }
 .AnyTagClassName
 {
   color: #7380AF;
 }
</style>

background-color css

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

 a { background-color: rgb(115,128,175); }

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

border-color css

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

 span { border-color: rgb(115,128,175); }

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