#949EE1

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

Shades of Portage #949EE1

Tints of Portage #949EE1

Color information

#949EE1 (or 0x949EE1) is unknown color: approx Portage. HEX triplet: 94, 9E and E1. RGB value is (148,158,225). Sum of RGB (Red+Green+Blue) = 148+158+225=531 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.87% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 225 - color contains mainly: blue. Hex color #949EE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949EE1 is #6B611E. Grayscale: #A2A2A2. Windows color (decimal): -7037215 or 14786196. OLE color: 14786196.

HSL color Cylindrical-coordinate representation of color #949EE1: hue angle of 232.21º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #949EE1 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB148158225-
CMYK0.340.3000.12
HSL232.21º56.2%73.14%-
HSV(B)232.21º34.22%88.24%-
XYZ38.0336.1976.21-
YUV162.65163.19117.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.87%
GREEN value IS 158 (62.11% from 255) = 29.76%
BLUE value IS 225 (88.28% from 255) = 42.37%
R=27.87%
G=29.76%
B=42.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1481582250.340.3000.12232.2156.273.14
Hex949EE1221E0Ce83849
Octal224236341423601435070111
Binary1001010010011110111000011000101111001100111010001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,158,225); }

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

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

 a { background-color: rgb(148,158,225); }

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

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

 span { border-color: rgb(148,158,225); }

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