#949FEB

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

Shades of Portage #949FEB

Tints of Portage #949FEB

Color information

#949FEB (or 0x949FEB) is unknown color: approx Portage. HEX triplet: 94, 9F and EB. RGB value is (148,159,235). Sum of RGB (Red+Green+Blue) = 148+159+235=542 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.31% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 235 - color contains mainly: blue. Hex color #949FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949FEB is #6B6014. Grayscale: #A4A4A4. Windows color (decimal): -7036949 or 15441812. OLE color: 15441812.

HSL color Cylindrical-coordinate representation of color #949FEB: hue angle of 232.41º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #949FEB is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB148159235-
CMYK0.370.3200.08
HSL232.41º68.5%75.1%-
HSV(B)232.41º37.02%92.16%-
XYZ39.6137.0983.67-
YUV164.37167.86116.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.31%
GREEN value IS 159 (62.5% from 255) = 29.34%
BLUE value IS 235 (92.19% from 255) = 43.36%
R=27.31%
G=29.34%
B=43.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1481592350.370.3200.08232.4168.575.1
Hex949FEB252008e8454b
Octal2242373534540010350105113
Binary100101001001111111101011100101100000010001110100010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949FEB; }

 p { color: rgb(148,159,235); }

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

<style>
 a { background-color: #949FEB; }

 a { background-color: rgb(148,159,235); }

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

<style>
 span { border-color: #949FEB; }

 span { border-color: rgb(148,159,235); }

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