#99A4EB

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

Shades of Portage #99A4EB

Tints of Portage #99A4EB

Color information

#99A4EB (or 0x99A4EB) is unknown color: approx Portage. HEX triplet: 99, A4 and EB. RGB value is (153,164,235). Sum of RGB (Red+Green+Blue) = 153+164+235=552 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.72% from 552); Green value is 164 (64.45% from 255 or 29.71% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #99A4EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99A4EB is #665B14. Grayscale: #A8A8A8. Windows color (decimal): -6707989 or 15443097. OLE color: 15443097.

HSL color Cylindrical-coordinate representation of color #99A4EB: hue angle of 231.95º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99A4EB is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB153164235-
CMYK0.350.3000.08
HSL231.95º67.21%76.08%-
HSV(B)231.95º34.89%92.16%-
XYZ41.4139.3284-
YUV168.8165.36116.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.72%
GREEN value IS 164 (64.45% from 255) = 29.71%
BLUE value IS 235 (92.19% from 255) = 42.57%
R=27.72%
G=29.71%
B=42.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1531642350.350.3000.08231.9567.2176.08
Hex99A4EB231E08e8434c
Octal2312443534336010350103114
Binary10011001101001001110101110001111110010001110100010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99A4EB; }

 p { color: rgb(153,164,235); }

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

<style>
 a { background-color: #99A4EB; }

 a { background-color: rgb(153,164,235); }

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

<style>
 span { border-color: #99A4EB; }

 span { border-color: rgb(153,164,235); }

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