Html Css Color HEX #757899 Ship Cove

📋 copy color: '#757899'

red 117 ◦ green 120 ◦ blue 153

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

Shades of Ship Cove #757899

Tints of Ship Cove #757899

RGB

 RED value IS 117 (46.09% from 255) = 30%

 GREEN value IS 120 (47.27% from 255) = 30.77%

 BLUE value IS 153 (60.16% from 255) = 39.23%

R = 30%
G = 30.77%
B = 39.23%

CMYK

 C value IS 0.24

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#757899 (or 0x757899) is known color: Ship Cove. HEX triplet: 75, 78 and 99. RGB value is (117,120,153). Sum of RGB (Red+Green+Blue) = 117+120+153=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 153 - color contains mainly: blue. Hex color #757899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757899 is #8A8766. Grayscale: #7A7A7A. Windows color (decimal): -9078631 or 10057845. OLE color: 10057845.

HSL color Cylindrical-coordinate representation of color #757899: hue angle of 235º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #757899 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 120 153 -
CMYK 0.24 0.22 0 0.4
HSL 235º 0.15% 0.53% -
HSV(B) 235º 0.24% 0.6% -
XYZ 19.8 19.51 32.86 -
YUV 122.87 145.01 123.82 -
System Red Green Blue C M Y K H S L
Decimal 117 120 153 0.24 0.22 0 0.4 235 0.15 0.53
Hex 75 78 99 18 16 0 28 EB F 35
Octal 165 170 231 30 26 0 50 353 17 65
Binary 1110101 1111000 10011001 11000 10110 0 101000 11101011 1111 110101

Color Harmonies of #757899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757899

Black with #757899

Text Example


Text Example

White with #757899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757899; }

 p { color: rgb(117,120,153); }

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

background-color css

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

 a { background-color: rgb(117,120,153); }

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

border-color css

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

 span { border-color: rgb(117,120,153); }

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