Html Css Color HEX #7F869D Ship Cove

📋 copy color: '#7F869D'

red 127 ◦ green 134 ◦ blue 157

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

Shades of Ship Cove #7F869D

Tints of Ship Cove #7F869D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.56%

R = 30.38%
G = 32.06%
B = 37.56%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7F869D (or 0x7F869D) is known color: Ship Cove. HEX triplet: 7F, 86 and 9D. RGB value is (127,134,157). Sum of RGB (Red+Green+Blue) = 127+134+157=418 (55% of max value = 765). Red value is 127 (50% from 255 or 30.38% from 418); Green value is 134 (52.73% from 255 or 32.06% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F869D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F869D is #807962. Grayscale: #868686. Windows color (decimal): -8419683 or 10323583. OLE color: 10323583.

HSL color Cylindrical-coordinate representation of color #7F869D: hue angle of 226º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7F869D is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 127 134 157 -
CMYK 0.19 0.15 0 0.38
HSL 226º 0.13% 0.56% -
HSV(B) 226º 0.19% 0.62% -
XYZ 23.36 24 35.3 -
YUV 134.53 140.68 122.63 -
System Red Green Blue C M Y K H S L
Decimal 127 134 157 0.19 0.15 0 0.38 226 0.13 0.56
Hex 7F 86 9D 13 F 0 26 E2 D 38
Octal 177 206 235 23 17 0 46 342 15 70
Binary 1111111 10000110 10011101 10011 1111 0 100110 11100010 1101 111000

Color Harmonies of #7F869D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F869D

Black with #7F869D

Text Example


Text Example

White with #7F869D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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