Html Css Color HEX #7C8FAA Ship Cove

📋 copy color: '#7C8FAA'

red 124 ◦ green 143 ◦ blue 170

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

Shades of Ship Cove #7C8FAA

Tints of Ship Cove #7C8FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.9%

R = 28.38%
G = 32.72%
B = 38.9%

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

#7C8FAA (or 0x7C8FAA) is known color: Ship Cove. HEX triplet: 7C, 8F and AA. RGB value is (124,143,170). Sum of RGB (Red+Green+Blue) = 124+143+170=437 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.38% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C8FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8FAA is #837055. Grayscale: #8C8C8C. Windows color (decimal): -8613974 or 11177852. OLE color: 11177852.

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

Color convert

RGB 124 143 170 -
CMYK 0.27 0.16 0 0.33
HSL 215.22º 0.21% 0.58% -
HSV(B) 215.22º 0.27% 0.67% -
XYZ 25.39 26.83 41.87 -
YUV 140.4 144.71 116.3 -
System Red Green Blue C M Y K H S L
Decimal 124 143 170 0.27 0.16 0 0.33 215.22 0.21 0.58
Hex 7C 8F AA 1B 10 0 21 D7 15 3A
Octal 174 217 252 33 20 0 41 327 25 72
Binary 1111100 10001111 10101010 11011 10000 0 100001 11010111 10101 111010

Color Harmonies of #7C8FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8FAA

Black with #7C8FAA

Text Example


Text Example

White with #7C8FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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