#94A2FB

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

Shades of Portage #94A2FB

Tints of Portage #94A2FB

Color information

#94A2FB (or 0x94A2FB) is unknown color: approx Portage. HEX triplet: 94, A2 and FB. RGB value is (148,162,251). Sum of RGB (Red+Green+Blue) = 148+162+251=561 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.38% from 561); Green value is 162 (63.67% from 255 or 28.88% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #94A2FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A2FB is #6B5D04. Grayscale: #A7A7A7. Windows color (decimal): -7036165 or 16491156. OLE color: 16491156.

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

Color convert

RGB148162251-
CMYK0.410.3500.02
HSL231.84º92.79%78.24%-
HSV(B)231.84º41.04%98.43%-
XYZ42.5539.196.57-
YUV167.96174.86113.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.38%
GREEN value IS 162 (63.67% from 255) = 28.88%
BLUE value IS 251 (98.44% from 255) = 44.74%
R=26.38%
G=28.88%
B=44.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1481622510.410.3500.02231.8492.7978.24
Hex94A2FB292302e85d4e
Octal224242373514302350135116
Binary1001010010100010111110111010011000110101110100010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94A2FB; }

 p { color: rgb(148,162,251); }

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

<style>
 a { background-color: #94A2FB; }

 a { background-color: rgb(148,162,251); }

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

<style>
 span { border-color: #94A2FB; }

 span { border-color: rgb(148,162,251); }

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