#8CA7DF

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

Shades of Portage #8CA7DF

Tints of Portage #8CA7DF

Color information

#8CA7DF (or 0x8CA7DF) is unknown color: approx Portage. HEX triplet: 8C, A7 and DF. RGB value is (140,167,223). Sum of RGB (Red+Green+Blue) = 140+167+223=530 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.42% from 530); Green value is 167 (65.62% from 255 or 31.51% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #8CA7DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA7DF is #735820. Grayscale: #A5A5A5. Windows color (decimal): -7559201 or 14657420. OLE color: 14657420.

HSL color Cylindrical-coordinate representation of color #8CA7DF: hue angle of 220.48º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CA7DF is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB140167223-
CMYK0.370.2500.13
HSL220.48º56.46%71.18%-
HSV(B)220.48º37.22%87.45%-
XYZ37.9538.5475.25-
YUV165.31160.55109.95-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.42%
GREEN value IS 167 (65.62% from 255) = 31.51%
BLUE value IS 223 (87.5% from 255) = 42.08%
R=26.42%
G=31.51%
B=42.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1401672230.370.2500.13220.4856.4671.18
Hex8CA7DF25190Ddc3847
Octal214247337453101533470107
Binary1000110010100111110111111001011100101101110111001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,167,223); }

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

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

 a { background-color: rgb(140,167,223); }

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

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

 span { border-color: rgb(140,167,223); }

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