Html Css Color HEX #758BAE Ship Cove

📋 copy color: '#758BAE'

red 117 ◦ green 139 ◦ blue 174

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

Shades of Ship Cove #758BAE

Tints of Ship Cove #758BAE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.33%

 BLUE value IS 174 (68.36% from 255) = 40.47%

R = 27.21%
G = 32.33%
B = 40.47%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#758BAE (or 0x758BAE) is known color: Ship Cove. HEX triplet: 75, 8B and AE. RGB value is (117,139,174). Sum of RGB (Red+Green+Blue) = 117+139+174=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: blue. Hex color #758BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758BAE is #8A7451. Grayscale: #888888. Windows color (decimal): -9073746 or 11438965. OLE color: 11438965.

HSL color Cylindrical-coordinate representation of color #758BAE: hue angle of 216.84º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #758BAE is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 139 174 -
CMYK 0.33 0.20 0 0.32
HSL 216.84º 0.26% 0.57% -
HSV(B) 216.84º 0.33% 0.68% -
XYZ 24.21 25.3 43.65 -
YUV 136.41 149.21 114.15 -
System Red Green Blue C M Y K H S L
Decimal 117 139 174 0.33 0.20 0 0.32 216.84 0.26 0.57
Hex 75 8B AE 21 14 0 20 D9 1A 39
Octal 165 213 256 41 24 0 40 331 32 71
Binary 1110101 10001011 10101110 100001 10100 0 100000 11011001 11010 111001

Color Harmonies of #758BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758BAE

Black with #758BAE

Text Example


Text Example

White with #758BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,139,174); }

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

background-color css

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

 a { background-color: rgb(117,139,174); }

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

border-color css

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

 span { border-color: rgb(117,139,174); }

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