#8CA4F9

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

Shades of Portage #8CA4F9

Tints of Portage #8CA4F9

Color information

#8CA4F9 (or 0x8CA4F9) is unknown color: approx Portage. HEX triplet: 8C, A4 and F9. RGB value is (140,164,249). Sum of RGB (Red+Green+Blue) = 140+164+249=553 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.32% from 553); Green value is 164 (64.45% from 255 or 29.66% from 553); Blue value is 249 (97.66% from 255 or 45.03% from 553); Max value from RGB is 249 - color contains mainly: blue. Hex color #8CA4F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CA4F9 is #735B06. Grayscale: #A6A6A6. Windows color (decimal): -7559943 or 16360588. OLE color: 16360588.

HSL color Cylindrical-coordinate representation of color #8CA4F9: hue angle of 226.79º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CA4F9 is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB140164249-
CMYK0.440.3400.02
HSL226.79º90.08%76.27%-
HSV(B)226.79º43.78%97.65%-
XYZ41.1938.9794.97-
YUV166.51174.55109.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.32%
GREEN value IS 164 (64.45% from 255) = 29.66%
BLUE value IS 249 (97.66% from 255) = 45.03%
R=25.32%
G=29.66%
B=45.03%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1401642490.440.3400.02226.7990.0876.27
Hex8CA4F92C2202e35a4c
Octal214244371544202343132114
Binary1000110010100100111110011011001000100101110001110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,164,249); }

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

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

 a { background-color: rgb(140,164,249); }

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

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

 span { border-color: rgb(140,164,249); }

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