#8398FB

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

Shades of Portage #8398FB

Tints of Portage #8398FB

Color information

#8398FB (or 0x8398FB) is unknown color: approx Portage. HEX triplet: 83, 98 and FB. RGB value is (131,152,251). Sum of RGB (Red+Green+Blue) = 131+152+251=534 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.53% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #8398FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8398FB is #7C6704. Grayscale: #9C9C9C. Windows color (decimal): -8152837 or 16488579. OLE color: 16488579.

HSL color Cylindrical-coordinate representation of color #8398FB: hue angle of 229.5º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8398FB is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB131152251-
CMYK0.480.3900.02
HSL229.5º93.75%74.9%-
HSV(B)229.5º47.81%98.43%-
XYZ3834.2595.87-
YUV157.01181.04109.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.53%
GREEN value IS 152 (59.77% from 255) = 28.46%
BLUE value IS 251 (98.44% from 255) = 47.00%
R=24.53%
G=28.46%
B=47.00%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1311522510.480.3900.02229.593.7574.9
Hex8398FB302702e65e4b
Octal203230373604702346136113
Binary1000001110011000111110111100001001110101110011010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8398FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8398FB; }

 p { color: rgb(131,152,251); }

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

<style>
 a { background-color: #8398FB; }

 a { background-color: rgb(131,152,251); }

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

<style>
 span { border-color: #8398FB; }

 span { border-color: rgb(131,152,251); }

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