Html Css Color HEX #758FAD Ship Cove

📋 copy color: '#758FAD'

red 117 ◦ green 143 ◦ blue 173

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

Shades of Ship Cove #758FAD

Tints of Ship Cove #758FAD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.03%

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

R = 27.02%
G = 33.03%
B = 39.95%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#758FAD (or 0x758FAD) is known color: Ship Cove. HEX triplet: 75, 8F and AD. RGB value is (117,143,173). Sum of RGB (Red+Green+Blue) = 117+143+173=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #758FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758FAD is #8A7052. Grayscale: #8A8A8A. Windows color (decimal): -9072723 or 11374453. OLE color: 11374453.

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

Color convert

RGB 117 143 173 -
CMYK 0.32 0.17 0 0.32
HSL 212.14º 0.25% 0.57% -
HSV(B) 212.14º 0.32% 0.68% -
XYZ 24.7 26.44 43.34 -
YUV 138.65 147.39 112.56 -
System Red Green Blue C M Y K H S L
Decimal 117 143 173 0.32 0.17 0 0.32 212.14 0.25 0.57
Hex 75 8F AD 20 11 0 20 D4 19 39
Octal 165 217 255 40 21 0 40 324 31 71
Binary 1110101 10001111 10101101 100000 10001 0 100000 11010100 11001 111001

Color Harmonies of #758FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758FAD

Black with #758FAD

Text Example


Text Example

White with #758FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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