Html Css Color HEX #7CABCD Seagull

📋 copy color: '#7CABCD'

red 124 ◦ green 171 ◦ blue 205

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

Shades of Seagull #7CABCD

Tints of Seagull #7CABCD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.2%

 BLUE value IS 205 (80.47% from 255) = 41%

R = 24.8%
G = 34.2%
B = 41%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7CABCD (or 0x7CABCD) is known color: Seagull. HEX triplet: 7C, AB and CD. RGB value is (124,171,205). Sum of RGB (Red+Green+Blue) = 124+171+205=500 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.8% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #7CABCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CABCD is #835432. Grayscale: #A0A0A0. Windows color (decimal): -8606771 or 13478780. OLE color: 13478780.

HSL color Cylindrical-coordinate representation of color #7CABCD: hue angle of 205.19º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CABCD is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 124 171 205 -
CMYK 0.40 0.17 0 0.20
HSL 205.19º 0.45% 0.65% -
HSV(B) 205.19º 0.4% 0.8% -
XYZ 33.89 37.82 63.27 -
YUV 160.82 152.93 101.74 -
System Red Green Blue C M Y K H S L
Decimal 124 171 205 0.40 0.17 0 0.20 205.19 0.45 0.65
Hex 7C AB CD 28 11 0 14 CD 2D 41
Octal 174 253 315 50 21 0 24 315 55 101
Binary 1111100 10101011 11001101 101000 10001 0 10100 11001101 101101 1000001

Color Harmonies of #7CABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CABCD

Black with #7CABCD

Text Example


Text Example

White with #7CABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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