#949FEA

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

Shades of Portage #949FEA

Tints of Portage #949FEA

Color information

#949FEA (or 0x949FEA) is unknown color: approx Portage. HEX triplet: 94, 9F and EA. RGB value is (148,159,234). Sum of RGB (Red+Green+Blue) = 148+159+234=541 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.36% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #949FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949FEA is #6B6015. Grayscale: #A3A3A3. Windows color (decimal): -7036950 or 15376276. OLE color: 15376276.

HSL color Cylindrical-coordinate representation of color #949FEA: hue angle of 232.33º degrees, saturation: 0.67, 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 #949FEA is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB148159234-
CMYK0.370.3200.08
HSL232.33º67.19%74.9%-
HSV(B)232.33º36.75%91.76%-
XYZ39.4637.0382.91-
YUV164.26167.36116.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.36%
GREEN value IS 159 (62.5% from 255) = 29.39%
BLUE value IS 234 (91.80% from 255) = 43.25%
R=27.36%
G=29.39%
B=43.25%

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
Decimal1481592340.370.3200.08232.3367.1974.9
Hex949FEA252008e8434b
Octal2242373524540010350103113
Binary100101001001111111101010100101100000010001110100010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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