Html Css Color HEX #758EAC Ship Cove

📋 copy color: '#758EAC'

red 117 ◦ green 142 ◦ blue 172

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

Shades of Ship Cove #758EAC

Tints of Ship Cove #758EAC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.95%

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

R = 27.15%
G = 32.95%
B = 39.91%

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

#758EAC (or 0x758EAC) is known color: Ship Cove. HEX triplet: 75, 8E and AC. RGB value is (117,142,172). Sum of RGB (Red+Green+Blue) = 117+142+172=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 172 - color contains mainly: blue. Hex color #758EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758EAC is #8A7153. Grayscale: #898989. Windows color (decimal): -9072980 or 11308661. OLE color: 11308661.

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

Color convert

RGB 117 142 172 -
CMYK 0.32 0.17 0 0.33
HSL 212.73º 0.25% 0.57% -
HSV(B) 212.73º 0.32% 0.67% -
XYZ 24.46 26.11 42.78 -
YUV 137.95 147.22 113.06 -
System Red Green Blue C M Y K H S L
Decimal 117 142 172 0.32 0.17 0 0.33 212.73 0.25 0.57
Hex 75 8E AC 20 11 0 21 D5 19 39
Octal 165 216 254 40 21 0 41 325 31 71
Binary 1110101 10001110 10101100 100000 10001 0 100001 11010101 11001 111001

Color Harmonies of #758EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758EAC

Black with #758EAC

Text Example


Text Example

White with #758EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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