Html Css Color HEX #757EAC Ship Cove

📋 copy color: '#757EAC'

red 117 ◦ green 126 ◦ blue 172

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

Shades of Ship Cove #757EAC

Tints of Ship Cove #757EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.45%

R = 28.19%
G = 30.36%
B = 41.45%

CMYK

 C value IS 0.32

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#757EAC (or 0x757EAC) is known color: Ship Cove. HEX triplet: 75, 7E and AC. RGB value is (117,126,172). Sum of RGB (Red+Green+Blue) = 117+126+172=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #757EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757EAC is #8A8153. Grayscale: #808080. Windows color (decimal): -9077076 or 11304565. OLE color: 11304565.

HSL color Cylindrical-coordinate representation of color #757EAC: hue angle of 230.18º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #757EAC is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 126 172 -
CMYK 0.32 0.27 0 0.33
HSL 230.18º 0.25% 0.57% -
HSV(B) 230.18º 0.32% 0.67% -
XYZ 22.24 21.68 42.04 -
YUV 128.55 152.52 119.76 -
System Red Green Blue C M Y K H S L
Decimal 117 126 172 0.32 0.27 0 0.33 230.18 0.25 0.57
Hex 75 7E AC 20 1B 0 21 E6 19 39
Octal 165 176 254 40 33 0 41 346 31 71
Binary 1110101 1111110 10101100 100000 11011 0 100001 11100110 11001 111001

Color Harmonies of #757EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757EAC

Black with #757EAC

Text Example


Text Example

White with #757EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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