#88A2FF

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

Shades of Portage #88A2FF

Tints of Portage #88A2FF

Color information

#88A2FF (or 0x88A2FF) is unknown color: approx Portage. HEX triplet: 88, A2 and FF. RGB value is (136,162,255). Sum of RGB (Red+Green+Blue) = 136+162+255=553 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.59% from 553); Green value is 162 (63.67% from 255 or 29.29% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #88A2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88A2FF is #775D00. Grayscale: #A4A4A4. Windows color (decimal): -7822593 or 16753288. OLE color: 16753288.

HSL color Cylindrical-coordinate representation of color #88A2FF: hue angle of 226.89º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88A2FF is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB136162255-
CMYK0.470.3600
HSL226.89º100%76.67%-
HSV(B)226.89º46.67%100%-
XYZ41.1238.2999.83-
YUV164.83178.89107.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.59%
GREEN value IS 162 (63.67% from 255) = 29.29%
BLUE value IS 255 (100% from 255) = 46.11%
R=24.59%
G=29.29%
B=46.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1361622550.470.3600226.8910076.67
Hex88A2FF2F2400e3644d
Octal210242377574400343144115
Binary100010001010001011111111101111100100001110001111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88A2FF; }

 p { color: rgb(136,162,255); }

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

<style>
 a { background-color: #88A2FF; }

 a { background-color: rgb(136,162,255); }

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

<style>
 span { border-color: #88A2FF; }

 span { border-color: rgb(136,162,255); }

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