Html Css Color HEX #7F869F Ship Cove

📋 copy color: '#7F869F'

red 127 ◦ green 134 ◦ blue 159

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

Shades of Ship Cove #7F869F

Tints of Ship Cove #7F869F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.9%

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

R = 30.24%
G = 31.9%
B = 37.86%

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

#7F869F (or 0x7F869F) is known color: Ship Cove. HEX triplet: 7F, 86 and 9F. RGB value is (127,134,159). Sum of RGB (Red+Green+Blue) = 127+134+159=420 (55% of max value = 765). Red value is 127 (50% from 255 or 30.24% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 159 - color contains mainly: blue. Hex color #7F869F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F869F is #807960. Grayscale: #868686. Windows color (decimal): -8419681 or 10454655. OLE color: 10454655.

HSL color Cylindrical-coordinate representation of color #7F869F: hue angle of 226.88º 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 #7F869F is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 127 134 159 -
CMYK 0.20 0.16 0 0.38
HSL 226.88º 0.14% 0.56% -
HSV(B) 226.88º 0.2% 0.62% -
XYZ 23.54 24.07 36.21 -
YUV 134.76 141.68 122.47 -
System Red Green Blue C M Y K H S L
Decimal 127 134 159 0.20 0.16 0 0.38 226.88 0.14 0.56
Hex 7F 86 9F 14 10 0 26 E3 E 38
Octal 177 206 237 24 20 0 46 343 16 70
Binary 1111111 10000110 10011111 10100 10000 0 100110 11100011 1110 111000

Color Harmonies of #7F869F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F869F

Black with #7F869F

Text Example


Text Example

White with #7F869F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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