#9095FB

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

Shades of Portage #9095FB

Tints of Portage #9095FB

Color information

#9095FB (or 0x9095FB) is unknown color: approx Portage. HEX triplet: 90, 95 and FB. RGB value is (144,149,251). Sum of RGB (Red+Green+Blue) = 144+149+251=544 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.47% from 544); Green value is 149 (58.59% from 255 or 27.39% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #9095FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9095FB is #6F6A04. Grayscale: #9E9E9E. Windows color (decimal): -7301637 or 16487824. OLE color: 16487824.

HSL color Cylindrical-coordinate representation of color #9095FB: hue angle of 237.2º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9095FB is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB144149251-
CMYK0.430.4100.02
HSL237.2º93.04%77.45%-
HSV(B)237.2º42.63%98.43%-
XYZ39.6634.3995.81-
YUV159.13179.84117.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.47%
GREEN value IS 149 (58.59% from 255) = 27.39%
BLUE value IS 251 (98.44% from 255) = 46.14%
R=26.47%
G=27.39%
B=46.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1441492510.430.4100.02237.293.0477.45
Hex9095FB2B2902ed5d4d
Octal220225373535102355135115
Binary1001000010010101111110111010111010010101110110110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9095FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,149,251); }

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

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

 a { background-color: rgb(144,149,251); }

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

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

 span { border-color: rgb(144,149,251); }

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