Html Css Color HEX #757C9E Ship Cove

📋 copy color: '#757C9E'

red 117 ◦ green 124 ◦ blue 158

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

Shades of Ship Cove #757C9E

Tints of Ship Cove #757C9E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.08%

 BLUE value IS 158 (62.11% from 255) = 39.6%

R = 29.32%
G = 31.08%
B = 39.6%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#757C9E (or 0x757C9E) is known color: Ship Cove. HEX triplet: 75, 7C and 9E. RGB value is (117,124,158). Sum of RGB (Red+Green+Blue) = 117+124+158=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 158 (62.11% from 255 or 39.60% from 399); Max value from RGB is 158 - color contains mainly: blue. Hex color #757C9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757C9E is #8A8361. Grayscale: #7D7D7D. Windows color (decimal): -9077602 or 10386549. OLE color: 10386549.

HSL color Cylindrical-coordinate representation of color #757C9E: hue angle of 229.76º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #757C9E is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 124 158 -
CMYK 0.26 0.22 0 0.38
HSL 229.76º 0.17% 0.54% -
HSV(B) 229.76º 0.26% 0.62% -
XYZ 20.72 20.67 35.24 -
YUV 125.78 146.18 121.74 -
System Red Green Blue C M Y K H S L
Decimal 117 124 158 0.26 0.22 0 0.38 229.76 0.17 0.54
Hex 75 7C 9E 1A 16 0 26 E6 11 36
Octal 165 174 236 32 26 0 46 346 21 66
Binary 1110101 1111100 10011110 11010 10110 0 100110 11100110 10001 110110

Color Harmonies of #757C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757C9E

Black with #757C9E

Text Example


Text Example

White with #757C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,124,158); }

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

background-color css

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

 a { background-color: rgb(117,124,158); }

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

border-color css

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

 span { border-color: rgb(117,124,158); }

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