Html Css Color HEX #758FAC Ship Cove

📋 copy color: '#758FAC'

red 117 ◦ green 143 ◦ blue 172

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

Shades of Ship Cove #758FAC

Tints of Ship Cove #758FAC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.1%

 BLUE value IS 172 (67.58% from 255) = 39.81%

R = 27.08%
G = 33.1%
B = 39.81%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#758FAC (or 0x758FAC) is known color: Ship Cove. HEX triplet: 75, 8F and AC. RGB value is (117,143,172). Sum of RGB (Red+Green+Blue) = 117+143+172=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 172 - color contains mainly: blue. Hex color #758FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758FAC is #8A7053. Grayscale: #8A8A8A. Windows color (decimal): -9072724 or 11308917. OLE color: 11308917.

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

Color convert

RGB 117 143 172 -
CMYK 0.32 0.17 0 0.33
HSL 211.64º 0.25% 0.57% -
HSV(B) 211.64º 0.32% 0.67% -
XYZ 24.6 26.41 42.83 -
YUV 138.53 146.89 112.64 -
System Red Green Blue C M Y K H S L
Decimal 117 143 172 0.32 0.17 0 0.33 211.64 0.25 0.57
Hex 75 8F AC 20 11 0 21 D4 19 39
Octal 165 217 254 40 21 0 41 324 31 71
Binary 1110101 10001111 10101100 100000 10001 0 100001 11010100 11001 111001

Color Harmonies of #758FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758FAC

Black with #758FAC

Text Example


Text Example

White with #758FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,143,172); }

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

background-color css

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

 a { background-color: rgb(117,143,172); }

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

border-color css

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

 span { border-color: rgb(117,143,172); }

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