Html Css Color HEX #757B9E Ship Cove

📋 copy color: '#757B9E'

red 117 ◦ green 123 ◦ blue 158

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

Shades of Ship Cove #757B9E

Tints of Ship Cove #757B9E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.9%

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

R = 29.4%
G = 30.9%
B = 39.7%

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

#757B9E (or 0x757B9E) is known color: Ship Cove. HEX triplet: 75, 7B and 9E. RGB value is (117,123,158). Sum of RGB (Red+Green+Blue) = 117+123+158=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 158 - color contains mainly: blue. Hex color #757B9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757B9E is #8A8461. Grayscale: #7D7D7D. Windows color (decimal): -9077858 or 10386293. OLE color: 10386293.

HSL color Cylindrical-coordinate representation of color #757B9E: hue angle of 231.22º 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 #757B9E is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 123 158 -
CMYK 0.26 0.22 0 0.38
HSL 231.22º 0.17% 0.54% -
HSV(B) 231.22º 0.26% 0.62% -
XYZ 20.59 20.42 35.2 -
YUV 125.2 146.51 122.15 -
System Red Green Blue C M Y K H S L
Decimal 117 123 158 0.26 0.22 0 0.38 231.22 0.17 0.54
Hex 75 7B 9E 1A 16 0 26 E7 11 36
Octal 165 173 236 32 26 0 46 347 21 66
Binary 1110101 1111011 10011110 11010 10110 0 100110 11100111 10001 110110

Color Harmonies of #757B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757B9E

Black with #757B9E

Text Example


Text Example

White with #757B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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