Html Css Color HEX #758CAD Ship Cove

📋 copy color: '#758CAD'

red 117 ◦ green 140 ◦ blue 173

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

Shades of Ship Cove #758CAD

Tints of Ship Cove #758CAD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.56%

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

R = 27.21%
G = 32.56%
B = 40.23%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#758CAD (or 0x758CAD) is known color: Ship Cove. HEX triplet: 75, 8C and AD. RGB value is (117,140,173). Sum of RGB (Red+Green+Blue) = 117+140+173=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #758CAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758CAD is #8A7352. Grayscale: #888888. Windows color (decimal): -9073491 or 11373685. OLE color: 11373685.

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

Color convert

RGB 117 140 173 -
CMYK 0.32 0.19 0 0.32
HSL 215.36º 0.25% 0.57% -
HSV(B) 215.36º 0.32% 0.68% -
XYZ 24.26 25.56 43.19 -
YUV 136.89 148.38 113.82 -
System Red Green Blue C M Y K H S L
Decimal 117 140 173 0.32 0.19 0 0.32 215.36 0.25 0.57
Hex 75 8C AD 20 13 0 20 D7 19 39
Octal 165 214 255 40 23 0 40 327 31 71
Binary 1110101 10001100 10101101 100000 10011 0 100000 11010111 11001 111001

Color Harmonies of #758CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758CAD

Black with #758CAD

Text Example


Text Example

White with #758CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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