Html Css Color HEX #757EA7 Ship Cove

📋 copy color: '#757EA7'

red 117 ◦ green 126 ◦ blue 167

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

Shades of Ship Cove #757EA7

Tints of Ship Cove #757EA7

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.73%

 BLUE value IS 167 (65.63% from 255) = 40.73%

R = 28.54%
G = 30.73%
B = 40.73%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#757EA7 (or 0x757EA7) is known color: Ship Cove. HEX triplet: 75, 7E and A7. RGB value is (117,126,167). Sum of RGB (Red+Green+Blue) = 117+126+167=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 167 (65.62% from 255 or 40.73% from 410); Max value from RGB is 167 - color contains mainly: blue. Hex color #757EA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757EA7 is #8A8158. Grayscale: #7F7F7F. Windows color (decimal): -9077081 or 10976885. OLE color: 10976885.

HSL color Cylindrical-coordinate representation of color #757EA7: hue angle of 229.2º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #757EA7 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 117 126 167 -
CMYK 0.30 0.25 0 0.35
HSL 229.2º 0.22% 0.56% -
HSV(B) 229.2º 0.3% 0.65% -
XYZ 21.77 21.49 39.56 -
YUV 127.98 150.02 120.17 -
System Red Green Blue C M Y K H S L
Decimal 117 126 167 0.30 0.25 0 0.35 229.2 0.22 0.56
Hex 75 7E A7 1E 19 0 23 E5 16 38
Octal 165 176 247 36 31 0 43 345 26 70
Binary 1110101 1111110 10100111 11110 11001 0 100011 11100101 10110 111000

Color Harmonies of #757EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757EA7

Black with #757EA7

Text Example


Text Example

White with #757EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,126,167); }

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

background-color css

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

 a { background-color: rgb(117,126,167); }

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

border-color css

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

 span { border-color: rgb(117,126,167); }

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