Html Css Color HEX #758BAB Ship Cove

📋 copy color: '#758BAB'

red 117 ◦ green 139 ◦ blue 171

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

Shades of Ship Cove #758BAB

Tints of Ship Cove #758BAB

RGB

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

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

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

R = 27.4%
G = 32.55%
B = 40.05%

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

#758BAB (or 0x758BAB) is known color: Ship Cove. HEX triplet: 75, 8B and AB. RGB value is (117,139,171). Sum of RGB (Red+Green+Blue) = 117+139+171=427 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.40% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #758BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758BAB is #8A7454. Grayscale: #878787. Windows color (decimal): -9073749 or 11242357. OLE color: 11242357.

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

Color convert

RGB 117 139 171 -
CMYK 0.32 0.19 0 0.33
HSL 215.56º 0.24% 0.56% -
HSV(B) 215.56º 0.32% 0.67% -
XYZ 23.92 25.19 42.13 -
YUV 136.07 147.71 114.4 -
System Red Green Blue C M Y K H S L
Decimal 117 139 171 0.32 0.19 0 0.33 215.56 0.24 0.56
Hex 75 8B AB 20 13 0 21 D8 18 38
Octal 165 213 253 40 23 0 41 330 30 70
Binary 1110101 10001011 10101011 100000 10011 0 100001 11011000 11000 111000

Color Harmonies of #758BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758BAB

Black with #758BAB

Text Example


Text Example

White with #758BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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