#949CDE

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

Shades of Portage #949CDE

Tints of Portage #949CDE

Color information

#949CDE (or 0x949CDE) is unknown color: approx Portage. HEX triplet: 94, 9C and DE. RGB value is (148,156,222). Sum of RGB (Red+Green+Blue) = 148+156+222=526 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.14% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #949CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949CDE is #6B6321. Grayscale: #A0A0A0. Windows color (decimal): -7037730 or 14589076. OLE color: 14589076.

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

Color convert

RGB148156222-
CMYK0.330.3000.13
HSL233.51º52.86%72.55%-
HSV(B)233.51º33.33%87.06%-
XYZ37.2935.3573.96-
YUV161.13162.35118.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.14%
GREEN value IS 156 (61.33% from 255) = 29.66%
BLUE value IS 222 (87.11% from 255) = 42.21%
R=28.14%
G=29.66%
B=42.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1481562220.330.3000.13233.5152.8672.55
Hex949CDE211E0Dea3549
Octal224234336413601535265111
Binary1001010010011100110111101000011111001101111010101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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