Html Css Color HEX #757DAD Ship Cove

📋 copy color: '#757DAD'

red 117 ◦ green 125 ◦ blue 173

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

Shades of Ship Cove #757DAD

Tints of Ship Cove #757DAD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.12%

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

R = 28.19%
G = 30.12%
B = 41.69%

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

#757DAD (or 0x757DAD) is known color: Ship Cove. HEX triplet: 75, 7D and AD. RGB value is (117,125,173). Sum of RGB (Red+Green+Blue) = 117+125+173=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 173 - color contains mainly: blue. Hex color #757DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757DAD is #8A8252. Grayscale: #7F7F7F. Windows color (decimal): -9077331 or 11369845. OLE color: 11369845.

HSL color Cylindrical-coordinate representation of color #757DAD: hue angle of 231.43º 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 #757DAD is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 125 173 -
CMYK 0.32 0.28 0 0.32
HSL 231.43º 0.25% 0.57% -
HSV(B) 231.43º 0.32% 0.68% -
XYZ 22.21 21.47 42.51 -
YUV 128.08 153.35 120.1 -
System Red Green Blue C M Y K H S L
Decimal 117 125 173 0.32 0.28 0 0.32 231.43 0.25 0.57
Hex 75 7D AD 20 1C 0 20 E7 19 39
Octal 165 175 255 40 34 0 40 347 31 71
Binary 1110101 1111101 10101101 100000 11100 0 100000 11100111 11001 111001

Color Harmonies of #757DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757DAD

Black with #757DAD

Text Example


Text Example

White with #757DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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