Html Css Color HEX #7F859F Ship Cove

📋 copy color: '#7F859F'

red 127 ◦ green 133 ◦ blue 159

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

Shades of Ship Cove #7F859F

Tints of Ship Cove #7F859F

RGB

 RED value IS 127 (50% from 255) = 30.31%

 GREEN value IS 133 (52.34% from 255) = 31.74%

 BLUE value IS 159 (62.5% from 255) = 37.95%

R = 30.31%
G = 31.74%
B = 37.95%

CMYK

 C value IS 0.20

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7F859F (or 0x7F859F) is known color: Ship Cove. HEX triplet: 7F, 85 and 9F. RGB value is (127,133,159). Sum of RGB (Red+Green+Blue) = 127+133+159=419 (55% of max value = 765). Red value is 127 (50% from 255 or 30.31% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 159 - color contains mainly: blue. Hex color #7F859F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F859F is #807A60. Grayscale: #868686. Windows color (decimal): -8419937 or 10454399. OLE color: 10454399.

HSL color Cylindrical-coordinate representation of color #7F859F: hue angle of 228.75º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7F859F is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 127 133 159 -
CMYK 0.20 0.16 0 0.38
HSL 228.75º 0.14% 0.56% -
HSV(B) 228.75º 0.2% 0.62% -
XYZ 23.4 23.79 36.16 -
YUV 134.17 142.01 122.89 -
System Red Green Blue C M Y K H S L
Decimal 127 133 159 0.20 0.16 0 0.38 228.75 0.14 0.56
Hex 7F 85 9F 14 10 0 26 E5 E 38
Octal 177 205 237 24 20 0 46 345 16 70
Binary 1111111 10000101 10011111 10100 10000 0 100110 11100101 1110 111000

Color Harmonies of #7F859F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F859F

Black with #7F859F

Text Example


Text Example

White with #7F859F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F859F; }

 p { color: rgb(127,133,159); }

 H1.HeaderClassName
 {
   color: #7F859F;
 }
 .AnyTagClassName
 {
   color: #7F859F;
 }
</style>

background-color css

<style>
 a { background-color: #7F859F; }

 a { background-color: rgb(127,133,159); }

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

border-color css

<style>
 span { border-color: #7F859F; }

 span { border-color: rgb(127,133,159); }

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