Html Css Color HEX #757FA5 Ship Cove

📋 copy color: '#757FA5'

red 117 ◦ green 127 ◦ blue 165

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

Shades of Ship Cove #757FA5

Tints of Ship Cove #757FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.34%

R = 28.61%
G = 31.05%
B = 40.34%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#757FA5 (or 0x757FA5) is known color: Ship Cove. HEX triplet: 75, 7F and A5. RGB value is (117,127,165). Sum of RGB (Red+Green+Blue) = 117+127+165=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 165 (64.84% from 255 or 40.34% from 409); Max value from RGB is 165 - color contains mainly: blue. Hex color #757FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757FA5 is #8A805A. Grayscale: #808080. Windows color (decimal): -9076827 or 10846069. OLE color: 10846069.

HSL color Cylindrical-coordinate representation of color #757FA5: hue angle of 227.5º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #757FA5 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 117 127 165 -
CMYK 0.29 0.23 0 0.35
HSL 227.5º 0.21% 0.55% -
HSV(B) 227.5º 0.29% 0.65% -
XYZ 21.72 21.68 38.64 -
YUV 128.34 148.69 119.91 -
System Red Green Blue C M Y K H S L
Decimal 117 127 165 0.29 0.23 0 0.35 227.5 0.21 0.55
Hex 75 7F A5 1D 17 0 23 E4 15 37
Octal 165 177 245 35 27 0 43 344 25 67
Binary 1110101 1111111 10100101 11101 10111 0 100011 11100100 10101 110111

Color Harmonies of #757FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757FA5

Black with #757FA5

Text Example


Text Example

White with #757FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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