Html Css Color HEX #7393B6 Ship Cove

📋 copy color: '#7393B6'

red 115 ◦ green 147 ◦ blue 182

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

Shades of Ship Cove #7393B6

Tints of Ship Cove #7393B6

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.11%

 BLUE value IS 182 (71.48% from 255) = 40.99%

R = 25.9%
G = 33.11%
B = 40.99%

CMYK

 C value IS 0.37

 M value IS 0.19

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7393B6 (or 0x7393B6) is known color: Ship Cove. HEX triplet: 73, 93 and B6. RGB value is (115,147,182). Sum of RGB (Red+Green+Blue) = 115+147+182=444 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.90% from 444); Green value is 147 (57.81% from 255 or 33.11% from 444); Blue value is 182 (71.48% from 255 or 40.99% from 444); Max value from RGB is 182 - color contains mainly: blue. Hex color #7393B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7393B6 is #8C6C49. Grayscale: #8D8D8D. Windows color (decimal): -9202762 or 11965299. OLE color: 11965299.

HSL color Cylindrical-coordinate representation of color #7393B6: hue angle of 211.34º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7393B6 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 115 147 182 -
CMYK 0.37 0.19 0 0.29
HSL 211.34º 0.31% 0.58% -
HSV(B) 211.34º 0.37% 0.71% -
XYZ 25.95 27.89 48.27 -
YUV 141.42 150.9 109.15 -
System Red Green Blue C M Y K H S L
Decimal 115 147 182 0.37 0.19 0 0.29 211.34 0.31 0.58
Hex 73 93 B6 25 13 0 1D D3 1F 3A
Octal 163 223 266 45 23 0 35 323 37 72
Binary 1110011 10010011 10110110 100101 10011 0 11101 11010011 11111 111010

Color Harmonies of #7393B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7393B6

Black with #7393B6

Text Example


Text Example

White with #7393B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7393B6; }

 p { color: rgb(115,147,182); }

 H1.HeaderClassName
 {
   color: #7393B6;
 }
 .AnyTagClassName
 {
   color: #7393B6;
 }
</style>

background-color css

<style>
 a { background-color: #7393B6; }

 a { background-color: rgb(115,147,182); }

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

border-color css

<style>
 span { border-color: #7393B6; }

 span { border-color: rgb(115,147,182); }

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