Html Css Color HEX #758CAB Ship Cove

📋 copy color: '#758CAB'

red 117 ◦ green 140 ◦ blue 171

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

Shades of Ship Cove #758CAB

Tints of Ship Cove #758CAB

RGB

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

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

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

R = 27.34%
G = 32.71%
B = 39.95%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#758CAB (or 0x758CAB) is known color: Ship Cove. HEX triplet: 75, 8C and AB. RGB value is (117,140,171). Sum of RGB (Red+Green+Blue) = 117+140+171=428 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.34% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #758CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758CAB is #8A7354. Grayscale: #888888. Windows color (decimal): -9073493 or 11242613. OLE color: 11242613.

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

Color convert

RGB 117 140 171 -
CMYK 0.32 0.18 0 0.33
HSL 214.44º 0.24% 0.56% -
HSV(B) 214.44º 0.32% 0.67% -
XYZ 24.06 25.48 42.18 -
YUV 136.66 147.38 113.98 -
System Red Green Blue C M Y K H S L
Decimal 117 140 171 0.32 0.18 0 0.33 214.44 0.24 0.56
Hex 75 8C AB 20 12 0 21 D6 18 38
Octal 165 214 253 40 22 0 41 326 30 70
Binary 1110101 10001100 10101011 100000 10010 0 100001 11010110 11000 111000

Color Harmonies of #758CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758CAB

Black with #758CAB

Text Example


Text Example

White with #758CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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