Html Css Color HEX #75819E Ship Cove

📋 copy color: '#75819E'

red 117 ◦ green 129 ◦ blue 158

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

Shades of Ship Cove #75819E

Tints of Ship Cove #75819E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.93%

 BLUE value IS 158 (62.11% from 255) = 39.11%

R = 28.96%
G = 31.93%
B = 39.11%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75819E (or 0x75819E) is known color: Ship Cove. HEX triplet: 75, 81 and 9E. RGB value is (117,129,158). Sum of RGB (Red+Green+Blue) = 117+129+158=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 158 - color contains mainly: blue. Hex color #75819E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75819E is #8A7E61. Grayscale: #808080. Windows color (decimal): -9076322 or 10387829. OLE color: 10387829.

HSL color Cylindrical-coordinate representation of color #75819E: hue angle of 222.44º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #75819E is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 129 158 -
CMYK 0.26 0.18 0 0.38
HSL 222.44º 0.17% 0.54% -
HSV(B) 222.44º 0.26% 0.62% -
XYZ 21.36 21.95 35.46 -
YUV 128.72 144.52 119.64 -
System Red Green Blue C M Y K H S L
Decimal 117 129 158 0.26 0.18 0 0.38 222.44 0.17 0.54
Hex 75 81 9E 1A 12 0 26 DE 11 36
Octal 165 201 236 32 22 0 46 336 21 66
Binary 1110101 10000001 10011110 11010 10010 0 100110 11011110 10001 110110

Color Harmonies of #75819E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75819E

Black with #75819E

Text Example


Text Example

White with #75819E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75819E; }

 p { color: rgb(117,129,158); }

 H1.HeaderClassName
 {
   color: #75819E;
 }
 .AnyTagClassName
 {
   color: #75819E;
 }
</style>

background-color css

<style>
 a { background-color: #75819E; }

 a { background-color: rgb(117,129,158); }

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

border-color css

<style>
 span { border-color: #75819E; }

 span { border-color: rgb(117,129,158); }

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