Html Css Color HEX #757DAE Ship Cove

📋 copy color: '#757DAE'

red 117 ◦ green 125 ◦ blue 174

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

Shades of Ship Cove #757DAE

Tints of Ship Cove #757DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.83%

R = 28.13%
G = 30.05%
B = 41.83%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#757DAE (or 0x757DAE) is known color: Ship Cove. HEX triplet: 75, 7D and AE. RGB value is (117,125,174). Sum of RGB (Red+Green+Blue) = 117+125+174=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 174 - color contains mainly: blue. Hex color #757DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757DAE is #8A8251. Grayscale: #7F7F7F. Windows color (decimal): -9077330 or 11435381. OLE color: 11435381.

HSL color Cylindrical-coordinate representation of color #757DAE: hue angle of 231.58º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #757DAE is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 125 174 -
CMYK 0.33 0.28 0 0.32
HSL 231.58º 0.26% 0.57% -
HSV(B) 231.58º 0.33% 0.68% -
XYZ 22.31 21.51 43.02 -
YUV 128.19 153.85 120.02 -
System Red Green Blue C M Y K H S L
Decimal 117 125 174 0.33 0.28 0 0.32 231.58 0.26 0.57
Hex 75 7D AE 21 1C 0 20 E8 1A 39
Octal 165 175 256 41 34 0 40 350 32 71
Binary 1110101 1111101 10101110 100001 11100 0 100000 11101000 11010 111001

Color Harmonies of #757DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757DAE

Black with #757DAE

Text Example


Text Example

White with #757DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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