Html Css Color HEX #7F869B Ship Cove

📋 copy color: '#7F869B'

red 127 ◦ green 134 ◦ blue 155

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

Shades of Ship Cove #7F869B

Tints of Ship Cove #7F869B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.26%

R = 30.53%
G = 32.21%
B = 37.26%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7F869B (or 0x7F869B) is known color: Ship Cove. HEX triplet: 7F, 86 and 9B. RGB value is (127,134,155). Sum of RGB (Red+Green+Blue) = 127+134+155=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F869B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F869B is #807964. Grayscale: #868686. Windows color (decimal): -8419685 or 10192511. OLE color: 10192511.

HSL color Cylindrical-coordinate representation of color #7F869B: hue angle of 225º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7F869B is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 127 134 155 -
CMYK 0.18 0.14 0 0.39
HSL 225º 0.12% 0.55% -
HSV(B) 225º 0.18% 0.61% -
XYZ 23.19 23.93 34.41 -
YUV 134.3 139.68 122.79 -
System Red Green Blue C M Y K H S L
Decimal 127 134 155 0.18 0.14 0 0.39 225 0.12 0.55
Hex 7F 86 9B 12 E 0 27 E1 C 37
Octal 177 206 233 22 16 0 47 341 14 67
Binary 1111111 10000110 10011011 10010 1110 0 100111 11100001 1100 110111

Color Harmonies of #7F869B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F869B

Black with #7F869B

Text Example


Text Example

White with #7F869B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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