#999BF5

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

Shades of Portage #999BF5

Tints of Portage #999BF5

Color information

#999BF5 (or 0x999BF5) is unknown color: approx Portage. HEX triplet: 99, 9B and F5. RGB value is (153,155,245). Sum of RGB (Red+Green+Blue) = 153+155+245=553 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.67% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 245 (96.09% from 255 or 44.30% from 553); Max value from RGB is 245 - color contains mainly: blue. Hex color #999BF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999BF5 is #66640A. Grayscale: #A4A4A4. Windows color (decimal): -6710283 or 16096153. OLE color: 16096153.

HSL color Cylindrical-coordinate representation of color #999BF5: hue angle of 238.7º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #999BF5 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB153155245-
CMYK0.380.3700.04
HSL238.7º82.14%78.04%-
HSV(B)238.7º37.55%96.08%-
XYZ41.3436.8191.31-
YUV164.66173.34119.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.67%
GREEN value IS 155 (60.94% from 255) = 28.03%
BLUE value IS 245 (96.09% from 255) = 44.30%
R=27.67%
G=28.03%
B=44.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1531552450.380.3700.04238.782.1478.04
Hex999BF5262504ef524e
Octal231233365464504357122116
Binary10011001100110111111010110011010010101001110111110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999BF5; }

 p { color: rgb(153,155,245); }

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

<style>
 a { background-color: #999BF5; }

 a { background-color: rgb(153,155,245); }

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

<style>
 span { border-color: #999BF5; }

 span { border-color: rgb(153,155,245); }

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