#8CB7CA

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

Shades of Seagull #8CB7CA

Tints of Seagull #8CB7CA

Color information

#8CB7CA (or 0x8CB7CA) is unknown color: approx Seagull. HEX triplet: 8C, B7 and CA. RGB value is (140,183,202). Sum of RGB (Red+Green+Blue) = 140+183+202=525 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.67% from 525); Green value is 183 (71.88% from 255 or 34.86% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #8CB7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB7CA is #734835. Grayscale: #ACACAC. Windows color (decimal): -7555126 or 13285260. OLE color: 13285260.

HSL color Cylindrical-coordinate representation of color #8CB7CA: hue angle of 198.39º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CB7CA is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB140183202-
CMYK0.310.0900.21
HSL198.39º36.9%67.06%-
HSV(B)198.39º30.69%79.22%-
XYZ38.4143.7162.29-
YUV172.31144.75104.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.67%
GREEN value IS 183 (71.88% from 255) = 34.86%
BLUE value IS 202 (79.30% from 255) = 38.48%
R=26.67%
G=34.86%
B=38.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1401832020.310.0900.21198.3936.967.06
Hex8CB7CA1F9015c62543
Octal214267312371102530645103
Binary100011001011011111001010111111001010101110001101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CB7CA; }

 p { color: rgb(140,183,202); }

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

<style>
 a { background-color: #8CB7CA; }

 a { background-color: rgb(140,183,202); }

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

<style>
 span { border-color: #8CB7CA; }

 span { border-color: rgb(140,183,202); }

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