Html Css Color HEX #7C869F Ship Cove

📋 copy color: '#7C869F'

red 124 ◦ green 134 ◦ blue 159

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

Shades of Ship Cove #7C869F

Tints of Ship Cove #7C869F

RGB

 RED value IS 124 (48.83% from 255) = 29.74%

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

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

R = 29.74%
G = 32.13%
B = 38.13%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C869F (or 0x7C869F) is known color: Ship Cove. HEX triplet: 7C, 86 and 9F. RGB value is (124,134,159). Sum of RGB (Red+Green+Blue) = 124+134+159=417 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.74% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 159 - color contains mainly: blue. Hex color #7C869F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C869F is #837960. Grayscale: #858585. Windows color (decimal): -8616289 or 10454652. OLE color: 10454652.

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

Color convert

RGB 124 134 159 -
CMYK 0.22 0.16 0 0.38
HSL 222.86º 0.15% 0.55% -
HSV(B) 222.86º 0.22% 0.62% -
XYZ 23.1 23.84 36.18 -
YUV 133.86 142.19 120.97 -
System Red Green Blue C M Y K H S L
Decimal 124 134 159 0.22 0.16 0 0.38 222.86 0.15 0.55
Hex 7C 86 9F 16 10 0 26 DF F 37
Octal 174 206 237 26 20 0 46 337 17 67
Binary 1111100 10000110 10011111 10110 10000 0 100110 11011111 1111 110111

Color Harmonies of #7C869F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C869F

Black with #7C869F

Text Example


Text Example

White with #7C869F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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