#949FD5

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

Shades of Portage #949FD5

Tints of Portage #949FD5

Color information

#949FD5 (or 0x949FD5) is unknown color: approx Portage. HEX triplet: 94, 9F and D5. RGB value is (148,159,213). Sum of RGB (Red+Green+Blue) = 148+159+213=520 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.46% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 213 (83.59% from 255 or 40.96% from 520); Max value from RGB is 213 - color contains mainly: blue. Hex color #949FD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949FD5 is #6B602A. Grayscale: #A1A1A1. Windows color (decimal): -7036971 or 14000020. OLE color: 14000020.

HSL color Cylindrical-coordinate representation of color #949FD5: hue angle of 229.85º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #949FD5 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB148159213-
CMYK0.310.2500.16
HSL229.85º43.62%70.78%-
HSV(B)229.85º30.52%83.53%-
XYZ36.6235.967.95-
YUV161.87156.86118.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.46%
GREEN value IS 159 (62.5% from 255) = 30.58%
BLUE value IS 213 (83.59% from 255) = 40.96%
R=28.46%
G=30.58%
B=40.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1481592130.310.2500.16229.8543.6270.78
Hex949FD51F19010e62c47
Octal224237325373102034654107
Binary1001010010011111110101011111111001010000111001101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,159,213); }

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

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

 a { background-color: rgb(148,159,213); }

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

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

 span { border-color: rgb(148,159,213); }

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