Html Css Color HEX #7381A2 Ship Cove

📋 copy color: '#7381A2'

red 115 ◦ green 129 ◦ blue 162

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

Shades of Ship Cove #7381A2

Tints of Ship Cove #7381A2

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.77%

 BLUE value IS 162 (63.67% from 255) = 39.9%

R = 28.33%
G = 31.77%
B = 39.9%

CMYK

 C value IS 0.29

 M value IS 0.20

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7381A2 (or 0x7381A2) is known color: Ship Cove. HEX triplet: 73, 81 and A2. RGB value is (115,129,162). Sum of RGB (Red+Green+Blue) = 115+129+162=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 162 (63.67% from 255 or 39.90% from 406); Max value from RGB is 162 - color contains mainly: blue. Hex color #7381A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7381A2 is #8C7E5D. Grayscale: #808080. Windows color (decimal): -9207390 or 10649971. OLE color: 10649971.

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

Color convert

RGB 115 129 162 -
CMYK 0.29 0.20 0 0.36
HSL 222.13º 0.2% 0.54% -
HSV(B) 222.13º 0.29% 0.64% -
XYZ 21.44 21.95 37.29 -
YUV 128.58 146.86 118.32 -
System Red Green Blue C M Y K H S L
Decimal 115 129 162 0.29 0.20 0 0.36 222.13 0.2 0.54
Hex 73 81 A2 1D 14 0 24 DE 14 36
Octal 163 201 242 35 24 0 44 336 24 66
Binary 1110011 10000001 10100010 11101 10100 0 100100 11011110 10100 110110

Color Harmonies of #7381A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7381A2

Black with #7381A2

Text Example


Text Example

White with #7381A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7381A2;
 }
 .AnyTagClassName
 {
   color: #7381A2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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