Html Css Color HEX #758EAF Ship Cove

📋 copy color: '#758EAF'

red 117 ◦ green 142 ◦ blue 175

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

Shades of Ship Cove #758EAF

Tints of Ship Cove #758EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.32%

R = 26.96%
G = 32.72%
B = 40.32%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#758EAF (or 0x758EAF) is known color: Ship Cove. HEX triplet: 75, 8E and AF. RGB value is (117,142,175). Sum of RGB (Red+Green+Blue) = 117+142+175=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #758EAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758EAF is #8A7150. Grayscale: #8A8A8A. Windows color (decimal): -9072977 or 11505269. OLE color: 11505269.

HSL color Cylindrical-coordinate representation of color #758EAF: hue angle of 214.14º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #758EAF is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 142 175 -
CMYK 0.33 0.19 0 0.31
HSL 214.14º 0.27% 0.57% -
HSV(B) 214.14º 0.33% 0.69% -
XYZ 24.75 26.22 44.31 -
YUV 138.29 148.72 112.82 -
System Red Green Blue C M Y K H S L
Decimal 117 142 175 0.33 0.19 0 0.31 214.14 0.27 0.57
Hex 75 8E AF 21 13 0 1F D6 1B 39
Octal 165 216 257 41 23 0 37 326 33 71
Binary 1110101 10001110 10101111 100001 10011 0 11111 11010110 11011 111001

Color Harmonies of #758EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758EAF

Black with #758EAF

Text Example


Text Example

White with #758EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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