#949FD2

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

Shades of Portage #949FD2

Tints of Portage #949FD2

Color information

#949FD2 (or 0x949FD2) is unknown color: approx Portage. HEX triplet: 94, 9F and D2. RGB value is (148,159,210). Sum of RGB (Red+Green+Blue) = 148+159+210=517 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.63% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 210 (82.42% from 255 or 40.62% from 517); Max value from RGB is 210 - color contains mainly: blue. Hex color #949FD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949FD2 is #6B602D. Grayscale: #A1A1A1. Windows color (decimal): -7036974 or 13803412. OLE color: 13803412.

HSL color Cylindrical-coordinate representation of color #949FD2: hue angle of 229.35º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #949FD2 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB148159210-
CMYK0.300.2400.18
HSL229.35º40.79%70.2%-
HSV(B)229.35º29.52%82.35%-
XYZ36.2435.7565.96-
YUV161.52155.36118.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.63%
GREEN value IS 159 (62.5% from 255) = 30.75%
BLUE value IS 210 (82.42% from 255) = 40.62%
R=28.63%
G=30.75%
B=40.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1481592100.300.2400.18229.3540.7970.2
Hex949FD21E18012e52946
Octal224237322363002234551106
Binary1001010010011111110100101111011000010010111001011010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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