#949DDE

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

Shades of Portage #949DDE

Tints of Portage #949DDE

Color information

#949DDE (or 0x949DDE) is unknown color: approx Portage. HEX triplet: 94, 9D and DE. RGB value is (148,157,222). Sum of RGB (Red+Green+Blue) = 148+157+222=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #949DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949DDE is #6B6221. Grayscale: #A1A1A1. Windows color (decimal): -7037474 or 14589332. OLE color: 14589332.

HSL color Cylindrical-coordinate representation of color #949DDE: hue angle of 232.7º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #949DDE is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB148157222-
CMYK0.330.2900.13
HSL232.7º52.86%72.55%-
HSV(B)232.7º33.33%87.06%-
XYZ37.4535.6874.02-
YUV161.72162.02118.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.08%
GREEN value IS 157 (61.72% from 255) = 29.79%
BLUE value IS 222 (87.11% from 255) = 42.13%
R=28.08%
G=29.79%
B=42.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1481572220.330.2900.13232.752.8672.55
Hex949DDE211D0De93549
Octal224235336413501535165111
Binary1001010010011101110111101000011110101101111010011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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