#8592FD

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

Shades of Portage #8592FD

Tints of Portage #8592FD

Color information

#8592FD (or 0x8592FD) is unknown color: approx Portage. HEX triplet: 85, 92 and FD. RGB value is (133,146,253). Sum of RGB (Red+Green+Blue) = 133+146+253=532 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25% from 532); Green value is 146 (57.42% from 255 or 27.44% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #8592FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8592FD is #7A6D02. Grayscale: #999999. Windows color (decimal): -8023299 or 16618117. OLE color: 16618117.

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

Color convert

RGB133146253-
CMYK0.470.4200.01
HSL233.5º96.77%75.69%-
HSV(B)233.5º47.43%99.22%-
XYZ37.6832.6497.24-
YUV154.31183.69112.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25%
GREEN value IS 146 (57.42% from 255) = 27.44%
BLUE value IS 253 (99.22% from 255) = 47.56%
R=25%
G=27.44%
B=47.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1331462530.470.4200.01233.596.7775.69
Hex8592FD2F2A01ea614c
Octal205222375575201352141114
Binary100001011001001011111101101111101010011110101011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8592FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,146,253); }

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

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

 a { background-color: rgb(133,146,253); }

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

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

 span { border-color: rgb(133,146,253); }

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