Html Css Color HEX #757CAD Ship Cove

📋 copy color: '#757CAD'

red 117 ◦ green 124 ◦ blue 173

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

Shades of Ship Cove #757CAD

Tints of Ship Cove #757CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.79%

R = 28.26%
G = 29.95%
B = 41.79%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#757CAD (or 0x757CAD) is known color: Ship Cove. HEX triplet: 75, 7C and AD. RGB value is (117,124,173). Sum of RGB (Red+Green+Blue) = 117+124+173=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 173 - color contains mainly: blue. Hex color #757CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757CAD is #8A8352. Grayscale: #7F7F7F. Windows color (decimal): -9077587 or 11369589. OLE color: 11369589.

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

Color convert

RGB 117 124 173 -
CMYK 0.32 0.28 0 0.32
HSL 232.5º 0.25% 0.57% -
HSV(B) 232.5º 0.32% 0.68% -
XYZ 22.09 21.21 42.47 -
YUV 127.49 153.68 120.52 -
System Red Green Blue C M Y K H S L
Decimal 117 124 173 0.32 0.28 0 0.32 232.5 0.25 0.57
Hex 75 7C AD 20 1C 0 20 E8 19 39
Octal 165 174 255 40 34 0 40 350 31 71
Binary 1110101 1111100 10101101 100000 11100 0 100000 11101000 11001 111001

Color Harmonies of #757CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757CAD

Black with #757CAD

Text Example


Text Example

White with #757CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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