#8597F4

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

Shades of Portage #8597F4

Tints of Portage #8597F4

Color information

#8597F4 (or 0x8597F4) is unknown color: approx Portage. HEX triplet: 85, 97 and F4. RGB value is (133,151,244). Sum of RGB (Red+Green+Blue) = 133+151+244=528 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.19% from 528); Green value is 151 (59.38% from 255 or 28.60% from 528); Blue value is 244 (95.70% from 255 or 46.21% from 528); Max value from RGB is 244 - color contains mainly: blue. Hex color #8597F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8597F4 is #7A680B. Grayscale: #9B9B9B. Windows color (decimal): -8022028 or 16029573. OLE color: 16029573.

HSL color Cylindrical-coordinate representation of color #8597F4: hue angle of 230.27º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8597F4 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB133151244-
CMYK0.450.3800.04
HSL230.27º83.46%73.92%-
HSV(B)230.27º45.49%95.69%-
XYZ37.0733.6590.13-
YUV156.22177.54111.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.19%
GREEN value IS 151 (59.38% from 255) = 28.60%
BLUE value IS 244 (95.70% from 255) = 46.21%
R=25.19%
G=28.60%
B=46.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1331512440.450.3800.04230.2783.4673.92
Hex8597F42D2604e6534a
Octal205227364554604346123112
Binary10000101100101111111010010110110011001001110011010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8597F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8597F4; }

 p { color: rgb(133,151,244); }

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

<style>
 a { background-color: #8597F4; }

 a { background-color: rgb(133,151,244); }

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

<style>
 span { border-color: #8597F4; }

 span { border-color: rgb(133,151,244); }

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