Html Css Color HEX #7BABCD Seagull

📋 copy color: '#7BABCD'

red 123 ◦ green 171 ◦ blue 205

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

Shades of Seagull #7BABCD

Tints of Seagull #7BABCD

RGB

 RED value IS 123 (48.44% from 255) = 24.65%

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

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

R = 24.65%
G = 34.27%
B = 41.08%

CMYK

 C value IS 0.4

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7BABCD (or 0x7BABCD) is known color: Seagull. HEX triplet: 7B, AB and CD. RGB value is (123,171,205). Sum of RGB (Red+Green+Blue) = 123+171+205=499 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.65% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #7BABCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BABCD is #845432. Grayscale: #A0A0A0. Windows color (decimal): -8672307 or 13478779. OLE color: 13478779.

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

Color convert

RGB 123 171 205 -
CMYK 0.4 0.17 0 0.20
HSL 204.88º 0.45% 0.64% -
HSV(B) 204.88º 0.4% 0.8% -
XYZ 33.75 37.74 63.26 -
YUV 160.52 153.1 101.24 -
System Red Green Blue C M Y K H S L
Decimal 123 171 205 0.4 0.17 0 0.20 204.88 0.45 0.64
Hex 7B AB CD 28 11 0 14 CD 2D 40
Octal 173 253 315 50 21 0 24 315 55 100
Binary 1111011 10101011 11001101 101000 10001 0 10100 11001101 101101 1000000

Color Harmonies of #7BABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BABCD

Black with #7BABCD

Text Example


Text Example

White with #7BABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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