Html Css Color HEX #758AAB Ship Cove

📋 copy color: '#758AAB'

red 117 ◦ green 138 ◦ blue 171

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

Shades of Ship Cove #758AAB

Tints of Ship Cove #758AAB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.39%

 BLUE value IS 171 (67.19% from 255) = 40.14%

R = 27.46%
G = 32.39%
B = 40.14%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#758AAB (or 0x758AAB) is known color: Ship Cove. HEX triplet: 75, 8A and AB. RGB value is (117,138,171). Sum of RGB (Red+Green+Blue) = 117+138+171=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #758AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758AAB is #8A7554. Grayscale: #878787. Windows color (decimal): -9074005 or 11242101. OLE color: 11242101.

HSL color Cylindrical-coordinate representation of color #758AAB: hue angle of 216.67º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #758AAB is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 138 171 -
CMYK 0.32 0.19 0 0.33
HSL 216.67º 0.24% 0.56% -
HSV(B) 216.67º 0.32% 0.67% -
XYZ 23.78 24.9 42.08 -
YUV 135.48 148.04 114.82 -
System Red Green Blue C M Y K H S L
Decimal 117 138 171 0.32 0.19 0 0.33 216.67 0.24 0.56
Hex 75 8A AB 20 13 0 21 D9 18 38
Octal 165 212 253 40 23 0 41 331 30 70
Binary 1110101 10001010 10101011 100000 10011 0 100001 11011001 11000 111000

Color Harmonies of #758AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758AAB

Black with #758AAB

Text Example


Text Example

White with #758AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,138,171); }

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

background-color css

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

 a { background-color: rgb(117,138,171); }

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

border-color css

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

 span { border-color: rgb(117,138,171); }

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