Html Css Color HEX #758DAD Ship Cove

📋 copy color: '#758DAD'

red 117 ◦ green 141 ◦ blue 173

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

Shades of Ship Cove #758DAD

Tints of Ship Cove #758DAD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.71%

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

R = 27.15%
G = 32.71%
B = 40.14%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#758DAD (or 0x758DAD) is known color: Ship Cove. HEX triplet: 75, 8D and AD. RGB value is (117,141,173). Sum of RGB (Red+Green+Blue) = 117+141+173=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #758DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758DAD is #8A7252. Grayscale: #898989. Windows color (decimal): -9073235 or 11373941. OLE color: 11373941.

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

Color convert

RGB 117 141 173 -
CMYK 0.32 0.18 0 0.32
HSL 214.29º 0.25% 0.57% -
HSV(B) 214.29º 0.32% 0.68% -
XYZ 24.4 25.85 43.24 -
YUV 137.47 148.05 113.4 -
System Red Green Blue C M Y K H S L
Decimal 117 141 173 0.32 0.18 0 0.32 214.29 0.25 0.57
Hex 75 8D AD 20 12 0 20 D6 19 39
Octal 165 215 255 40 22 0 40 326 31 71
Binary 1110101 10001101 10101101 100000 10010 0 100000 11010110 11001 111001

Color Harmonies of #758DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758DAD

Black with #758DAD

Text Example


Text Example

White with #758DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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