#8495FD

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

Shades of Portage #8495FD

Tints of Portage #8495FD

Color information

#8495FD (or 0x8495FD) is unknown color: approx Portage. HEX triplet: 84, 95 and FD. RGB value is (132,149,253). Sum of RGB (Red+Green+Blue) = 132+149+253=534 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.72% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #8495FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8495FD is #7B6A02. Grayscale: #9B9B9B. Windows color (decimal): -8088067 or 16618884. OLE color: 16618884.

HSL color Cylindrical-coordinate representation of color #8495FD: hue angle of 231.57º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8495FD is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB132149253-
CMYK0.480.4100.01
HSL231.57º96.8%75.49%-
HSV(B)231.57º47.83%99.22%-
XYZ37.9933.4997.39-
YUV155.77182.87111.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.72%
GREEN value IS 149 (58.59% from 255) = 27.90%
BLUE value IS 253 (99.22% from 255) = 47.38%
R=24.72%
G=27.90%
B=47.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1321492530.480.4100.01231.5796.875.49
Hex8495FD302901e8614b
Octal204225375605101350141113
Binary100001001001010111111101110000101001011110100011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8495FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8495FD; }

 p { color: rgb(132,149,253); }

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

<style>
 a { background-color: #8495FD; }

 a { background-color: rgb(132,149,253); }

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

<style>
 span { border-color: #8495FD; }

 span { border-color: rgb(132,149,253); }

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