Html Css Color HEX #7C8AAB Ship Cove

📋 copy color: '#7C8AAB'

red 124 ◦ green 138 ◦ blue 171

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

Shades of Ship Cove #7C8AAB

Tints of Ship Cove #7C8AAB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.87%

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

R = 28.64%
G = 31.87%
B = 39.49%

CMYK

 C value IS 0.27

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C8AAB (or 0x7C8AAB) is known color: Ship Cove. HEX triplet: 7C, 8A and AB. RGB value is (124,138,171). Sum of RGB (Red+Green+Blue) = 124+138+171=433 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.64% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C8AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8AAB is #837554. Grayscale: #898989. Windows color (decimal): -8615253 or 11242108. OLE color: 11242108.

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

Color convert

RGB 124 138 171 -
CMYK 0.27 0.19 0 0.33
HSL 222.13º 0.22% 0.58% -
HSV(B) 222.13º 0.27% 0.67% -
XYZ 24.75 25.4 42.13 -
YUV 137.58 146.86 118.32 -
System Red Green Blue C M Y K H S L
Decimal 124 138 171 0.27 0.19 0 0.33 222.13 0.22 0.58
Hex 7C 8A AB 1B 13 0 21 DE 16 3A
Octal 174 212 253 33 23 0 41 336 26 72
Binary 1111100 10001010 10101011 11011 10011 0 100001 11011110 10110 111010

Color Harmonies of #7C8AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8AAB

Black with #7C8AAB

Text Example


Text Example

White with #7C8AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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