Html Css Color HEX #7C8FAB Ship Cove

📋 copy color: '#7C8FAB'

red 124 ◦ green 143 ◦ blue 171

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

Shades of Ship Cove #7C8FAB

Tints of Ship Cove #7C8FAB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.65%

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

R = 28.31%
G = 32.65%
B = 39.04%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C8FAB (or 0x7C8FAB) is known color: Ship Cove. HEX triplet: 7C, 8F and AB. RGB value is (124,143,171). Sum of RGB (Red+Green+Blue) = 124+143+171=438 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.31% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C8FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8FAB is #837054. Grayscale: #8C8C8C. Windows color (decimal): -8613973 or 11243388. OLE color: 11243388.

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

Color convert

RGB 124 143 171 -
CMYK 0.27 0.16 0 0.33
HSL 215.74º 0.22% 0.58% -
HSV(B) 215.74º 0.27% 0.67% -
XYZ 25.49 26.87 42.37 -
YUV 140.51 145.21 116.22 -
System Red Green Blue C M Y K H S L
Decimal 124 143 171 0.27 0.16 0 0.33 215.74 0.22 0.58
Hex 7C 8F AB 1B 10 0 21 D8 16 3A
Octal 174 217 253 33 20 0 41 330 26 72
Binary 1111100 10001111 10101011 11011 10000 0 100001 11011000 10110 111010

Color Harmonies of #7C8FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8FAB

Black with #7C8FAB

Text Example


Text Example

White with #7C8FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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