#949AE7

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

Shades of Portage #949AE7

Tints of Portage #949AE7

Color information

#949AE7 (or 0x949AE7) is unknown color: approx Portage. HEX triplet: 94, 9A and E7. RGB value is (148,154,231). Sum of RGB (Red+Green+Blue) = 148+154+231=533 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.77% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 231 (90.62% from 255 or 43.34% from 533); Max value from RGB is 231 - color contains mainly: blue. Hex color #949AE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949AE7 is #6B6518. Grayscale: #A0A0A0. Windows color (decimal): -7038233 or 15178388. OLE color: 15178388.

HSL color Cylindrical-coordinate representation of color #949AE7: hue angle of 235.66º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #949AE7 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB148154231-
CMYK0.360.3300.09
HSL235.66º63.36%74.31%-
HSV(B)235.66º35.93%90.59%-
XYZ38.1935.1880.38-
YUV160.98167.51118.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.77%
GREEN value IS 154 (60.55% from 255) = 28.89%
BLUE value IS 231 (90.62% from 255) = 43.34%
R=27.77%
G=28.89%
B=43.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1481542310.360.3300.09235.6663.3674.31
Hex949AE7242109ec3f4a
Octal224232347444101135477112
Binary10010100100110101110011110010010000101001111011001111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,154,231); }

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

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

 a { background-color: rgb(148,154,231); }

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

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

 span { border-color: rgb(148,154,231); }

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