Html Css Color HEX #7C8EAB Ship Cove

📋 copy color: '#7C8EAB'

red 124 ◦ green 142 ◦ blue 171

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

Shades of Ship Cove #7C8EAB

Tints of Ship Cove #7C8EAB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.49%

 BLUE value IS 171 (67.19% from 255) = 39.13%

R = 28.38%
G = 32.49%
B = 39.13%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C8EAB (or 0x7C8EAB) is known color: Ship Cove. HEX triplet: 7C, 8E and AB. RGB value is (124,142,171). Sum of RGB (Red+Green+Blue) = 124+142+171=437 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.38% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C8EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8EAB is #837154. Grayscale: #8B8B8B. Windows color (decimal): -8614229 or 11243132. OLE color: 11243132.

HSL color Cylindrical-coordinate representation of color #7C8EAB: hue angle of 217.02º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C8EAB is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 124 142 171 -
CMYK 0.27 0.17 0 0.33
HSL 217.02º 0.22% 0.58% -
HSV(B) 217.02º 0.27% 0.67% -
XYZ 25.34 26.57 42.32 -
YUV 139.92 145.54 116.64 -
System Red Green Blue C M Y K H S L
Decimal 124 142 171 0.27 0.17 0 0.33 217.02 0.22 0.58
Hex 7C 8E AB 1B 11 0 21 D9 16 3A
Octal 174 216 253 33 21 0 41 331 26 72
Binary 1111100 10001110 10101011 11011 10001 0 100001 11011001 10110 111010

Color Harmonies of #7C8EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8EAB

Black with #7C8EAB

Text Example


Text Example

White with #7C8EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,142,171); }

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

background-color css

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

 a { background-color: rgb(124,142,171); }

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

border-color css

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

 span { border-color: rgb(124,142,171); }

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