Html Css Color HEX #757FAE Ship Cove

📋 copy color: '#757FAE'

red 117 ◦ green 127 ◦ blue 174

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

Shades of Ship Cove #757FAE

Tints of Ship Cove #757FAE

RGB

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

 GREEN value IS 127 (50% from 255) = 30.38%

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

R = 27.99%
G = 30.38%
B = 41.63%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#757FAE (or 0x757FAE) is known color: Ship Cove. HEX triplet: 75, 7F and AE. RGB value is (117,127,174). Sum of RGB (Red+Green+Blue) = 117+127+174=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #757FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757FAE is #8A8051. Grayscale: #818181. Windows color (decimal): -9076818 or 11435893. OLE color: 11435893.

HSL color Cylindrical-coordinate representation of color #757FAE: hue angle of 229.47º 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 #757FAE is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 127 174 -
CMYK 0.33 0.27 0 0.32
HSL 229.47º 0.26% 0.57% -
HSV(B) 229.47º 0.33% 0.68% -
XYZ 22.57 22.02 43.1 -
YUV 129.37 153.19 119.18 -
System Red Green Blue C M Y K H S L
Decimal 117 127 174 0.33 0.27 0 0.32 229.47 0.26 0.57
Hex 75 7F AE 21 1B 0 20 E5 1A 39
Octal 165 177 256 41 33 0 40 345 32 71
Binary 1110101 1111111 10101110 100001 11011 0 100000 11100101 11010 111001

Color Harmonies of #757FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757FAE

Black with #757FAE

Text Example


Text Example

White with #757FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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