Html Css Color HEX #757A9D Ship Cove

📋 copy color: '#757A9D'

red 117 ◦ green 122 ◦ blue 157

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

Shades of Ship Cove #757A9D

Tints of Ship Cove #757A9D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.81%

 BLUE value IS 157 (61.72% from 255) = 39.65%

R = 29.55%
G = 30.81%
B = 39.65%

CMYK

 C value IS 0.25

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#757A9D (or 0x757A9D) is known color: Ship Cove. HEX triplet: 75, 7A and 9D. RGB value is (117,122,157). Sum of RGB (Red+Green+Blue) = 117+122+157=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 157 - color contains mainly: blue. Hex color #757A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757A9D is #8A8562. Grayscale: #7C7C7C. Windows color (decimal): -9078115 or 10320501. OLE color: 10320501.

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

Color convert

RGB 117 122 157 -
CMYK 0.25 0.22 0 0.38
HSL 232.5º 0.17% 0.54% -
HSV(B) 232.5º 0.25% 0.62% -
XYZ 20.38 20.14 34.71 -
YUV 124.5 146.34 122.65 -
System Red Green Blue C M Y K H S L
Decimal 117 122 157 0.25 0.22 0 0.38 232.5 0.17 0.54
Hex 75 7A 9D 19 16 0 26 E8 11 36
Octal 165 172 235 31 26 0 46 350 21 66
Binary 1110101 1111010 10011101 11001 10110 0 100110 11101000 10001 110110

Color Harmonies of #757A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757A9D

Black with #757A9D

Text Example


Text Example

White with #757A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,122,157); }

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

background-color css

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

 a { background-color: rgb(117,122,157); }

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

border-color css

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

 span { border-color: rgb(117,122,157); }

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