#7BABCA

Color #7BABCA Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #7BABCA

Tints of Seagull #7BABCA

Color information

#7BABCA (or 0x7BABCA) is unknown color: approx Seagull. HEX triplet: 7B, AB and CA. RGB value is (123,171,202). Sum of RGB (Red+Green+Blue) = 123+171+202=496 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.80% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #7BABCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BABCA is #845435. Grayscale: #A0A0A0. Windows color (decimal): -8672310 or 13282171. OLE color: 13282171.

HSL color Cylindrical-coordinate representation of color #7BABCA: hue angle of 203.54º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BABCA is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB123171202-
CMYK0.390.1500.21
HSL203.54º42.7%63.73%-
HSV(B)203.54º39.11%79.22%-
XYZ33.3937.661.37-
YUV160.18151.6101.48-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.80%
GREEN value IS 171 (67.19% from 255) = 34.48%
BLUE value IS 202 (79.30% from 255) = 40.73%
R=24.80%
G=34.48%
B=40.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1231712020.390.1500.21203.5442.763.73
Hex7BABCA27F015cc2b40
Octal173253312471702531453100
Binary111101110101011110010101001111111010101110011001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,171,202); }

 H1.HeaderClassName
 {
   color: #7BABCA;
 }
 .AnyTagClassName
 {
   color: #7BABCA;
 }
</style>
background-color css

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

 a { background-color: rgb(123,171,202); }

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

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

 span { border-color: rgb(123,171,202); }

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