#8CA3DB

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

Shades of Portage #8CA3DB

Tints of Portage #8CA3DB

Color information

#8CA3DB (or 0x8CA3DB) is unknown color: approx Portage. HEX triplet: 8C, A3 and DB. RGB value is (140,163,219). Sum of RGB (Red+Green+Blue) = 140+163+219=522 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.82% from 522); Green value is 163 (64.06% from 255 or 31.23% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #8CA3DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA3DB is #735C24. Grayscale: #A2A2A2. Windows color (decimal): -7560229 or 14394252. OLE color: 14394252.

HSL color Cylindrical-coordinate representation of color #8CA3DB: hue angle of 222.53º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CA3DB is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB140163219-
CMYK0.360.2600.14
HSL222.53º52.32%70.39%-
HSV(B)222.53º36.07%85.88%-
XYZ36.736.8872.2-
YUV162.51159.88111.95-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.82%
GREEN value IS 163 (64.06% from 255) = 31.23%
BLUE value IS 219 (85.94% from 255) = 41.95%
R=26.82%
G=31.23%
B=41.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1401632190.360.2600.14222.5352.3270.39
Hex8CA3DB241A0Edf3446
Octal214243333443201633764106
Binary1000110010100011110110111001001101001110110111111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,163,219); }

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

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

 a { background-color: rgb(140,163,219); }

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

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

 span { border-color: rgb(140,163,219); }

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