Html Css Color HEX #758CAF Ship Cove

📋 copy color: '#758CAF'

red 117 ◦ green 140 ◦ blue 175

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

Shades of Ship Cove #758CAF

Tints of Ship Cove #758CAF

RGB

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

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

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

R = 27.08%
G = 32.41%
B = 40.51%

CMYK

 C value IS 0.33

 M value IS 0.2

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#758CAF (or 0x758CAF) is known color: Ship Cove. HEX triplet: 75, 8C and AF. RGB value is (117,140,175). Sum of RGB (Red+Green+Blue) = 117+140+175=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #758CAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758CAF is #8A7350. Grayscale: #888888. Windows color (decimal): -9073489 or 11504757. OLE color: 11504757.

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

Color convert

RGB 117 140 175 -
CMYK 0.33 0.2 0 0.31
HSL 216.21º 0.27% 0.57% -
HSV(B) 216.21º 0.33% 0.69% -
XYZ 24.45 25.63 44.22 -
YUV 137.11 149.38 113.65 -
System Red Green Blue C M Y K H S L
Decimal 117 140 175 0.33 0.2 0 0.31 216.21 0.27 0.57
Hex 75 8C AF 21 14 0 1F D8 1B 39
Octal 165 214 257 41 24 0 37 330 33 71
Binary 1110101 10001100 10101111 100001 10100 0 11111 11011000 11011 111001

Color Harmonies of #758CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758CAF

Black with #758CAF

Text Example


Text Example

White with #758CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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