#949DEA

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

Shades of Portage #949DEA

Tints of Portage #949DEA

Color information

#949DEA (or 0x949DEA) is unknown color: approx Portage. HEX triplet: 94, 9D and EA. RGB value is (148,157,234). Sum of RGB (Red+Green+Blue) = 148+157+234=539 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.46% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #949DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949DEA is #6B6215. Grayscale: #A2A2A2. Windows color (decimal): -7037462 or 15375764. OLE color: 15375764.

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

Color convert

RGB148157234-
CMYK0.370.3300.08
HSL233.72º67.19%74.9%-
HSV(B)233.72º36.75%91.76%-
XYZ39.1236.3582.8-
YUV163.09168.02117.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.46%
GREEN value IS 157 (61.72% from 255) = 29.13%
BLUE value IS 234 (91.80% from 255) = 43.41%
R=27.46%
G=29.13%
B=43.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1481572340.370.3300.08233.7267.1974.9
Hex949DEA252108ea434b
Octal2242353524541010352103113
Binary100101001001110111101010100101100001010001110101010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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