Html Css Color HEX #7390B6 Ship Cove

📋 copy color: '#7390B6'

red 115 ◦ green 144 ◦ blue 182

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

Shades of Ship Cove #7390B6

Tints of Ship Cove #7390B6

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.65%

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

R = 26.08%
G = 32.65%
B = 41.27%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7390B6 (or 0x7390B6) is known color: Ship Cove. HEX triplet: 73, 90 and B6. RGB value is (115,144,182). Sum of RGB (Red+Green+Blue) = 115+144+182=441 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.08% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 182 (71.48% from 255 or 41.27% from 441); Max value from RGB is 182 - color contains mainly: blue. Hex color #7390B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7390B6 is #8C6F49. Grayscale: #8B8B8B. Windows color (decimal): -9203530 or 11964531. OLE color: 11964531.

HSL color Cylindrical-coordinate representation of color #7390B6: hue angle of 214.03º 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 #7390B6 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 115 144 182 -
CMYK 0.37 0.21 0 0.29
HSL 214.03º 0.31% 0.58% -
HSV(B) 214.03º 0.37% 0.71% -
XYZ 25.49 26.97 48.12 -
YUV 139.66 151.89 110.41 -
System Red Green Blue C M Y K H S L
Decimal 115 144 182 0.37 0.21 0 0.29 214.03 0.31 0.58
Hex 73 90 B6 25 15 0 1D D6 1F 3A
Octal 163 220 266 45 25 0 35 326 37 72
Binary 1110011 10010000 10110110 100101 10101 0 11101 11010110 11111 111010

Color Harmonies of #7390B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7390B6

Black with #7390B6

Text Example


Text Example

White with #7390B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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