Html Css Color HEX #757DA0 Ship Cove

📋 copy color: '#757DA0'

red 117 ◦ green 125 ◦ blue 160

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

Shades of Ship Cove #757DA0

Tints of Ship Cove #757DA0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.09%

 BLUE value IS 160 (62.89% from 255) = 39.8%

R = 29.1%
G = 31.09%
B = 39.8%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#757DA0 (or 0x757DA0) is known color: Ship Cove. HEX triplet: 75, 7D and A0. RGB value is (117,125,160). Sum of RGB (Red+Green+Blue) = 117+125+160=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 160 (62.89% from 255 or 39.80% from 402); Max value from RGB is 160 - color contains mainly: blue. Hex color #757DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757DA0 is #8A825F. Grayscale: #7E7E7E. Windows color (decimal): -9077344 or 10517877. OLE color: 10517877.

HSL color Cylindrical-coordinate representation of color #757DA0: hue angle of 228.84º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #757DA0 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 117 125 160 -
CMYK 0.27 0.22 0 0.37
HSL 228.84º 0.18% 0.54% -
HSV(B) 228.84º 0.27% 0.63% -
XYZ 21.01 20.99 36.2 -
YUV 126.6 146.85 121.15 -
System Red Green Blue C M Y K H S L
Decimal 117 125 160 0.27 0.22 0 0.37 228.84 0.18 0.54
Hex 75 7D A0 1B 16 0 25 E5 12 36
Octal 165 175 240 33 26 0 45 345 22 66
Binary 1110101 1111101 10100000 11011 10110 0 100101 11100101 10010 110110

Color Harmonies of #757DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757DA0

Black with #757DA0

Text Example


Text Example

White with #757DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757DA0; }

 p { color: rgb(117,125,160); }

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

background-color css

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

 a { background-color: rgb(117,125,160); }

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

border-color css

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

 span { border-color: rgb(117,125,160); }

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