#949ED1

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

Shades of Portage #949ED1

Tints of Portage #949ED1

Color information

#949ED1 (or 0x949ED1) is unknown color: approx Portage. HEX triplet: 94, 9E and D1. RGB value is (148,158,209). Sum of RGB (Red+Green+Blue) = 148+158+209=515 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.74% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 209 (82.03% from 255 or 40.58% from 515); Max value from RGB is 209 - color contains mainly: blue. Hex color #949ED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949ED1 is #6B612E. Grayscale: #A0A0A0. Windows color (decimal): -7037231 or 13737620. OLE color: 13737620.

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

Color convert

RGB148158209-
CMYK0.290.2400.18
HSL230.16º39.87%70%-
HSV(B)230.16º29.19%81.96%-
XYZ35.9535.3565.25-
YUV160.82155.19118.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.74%
GREEN value IS 158 (62.11% from 255) = 30.68%
BLUE value IS 209 (82.03% from 255) = 40.58%
R=28.74%
G=30.68%
B=40.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1481582090.290.2400.18230.1639.8770
Hex949ED11D18012e62846
Octal224236321353002234650106
Binary1001010010011110110100011110111000010010111001101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,158,209); }

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

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

 a { background-color: rgb(148,158,209); }

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

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

 span { border-color: rgb(148,158,209); }

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