#949ECB

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

Shades of Portage #949ECB

Tints of Portage #949ECB

Color information

#949ECB (or 0x949ECB) is unknown color: approx Portage. HEX triplet: 94, 9E and CB. RGB value is (148,158,203). Sum of RGB (Red+Green+Blue) = 148+158+203=509 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.08% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #949ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949ECB is #6B6134. Grayscale: #9F9F9F. Windows color (decimal): -7037237 or 13344404. OLE color: 13344404.

HSL color Cylindrical-coordinate representation of color #949ECB: hue angle of 229.09º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #949ECB is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB148158203-
CMYK0.270.2200.20
HSL229.09º34.59%68.82%-
HSV(B)229.09º27.09%79.61%-
XYZ35.2235.0661.41-
YUV160.14152.19119.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.08%
GREEN value IS 158 (62.11% from 255) = 31.04%
BLUE value IS 203 (79.69% from 255) = 39.88%
R=29.08%
G=31.04%
B=39.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1481582030.270.2200.20229.0934.5968.82
Hex949ECB1B16014e52345
Octal224236313332602434543105
Binary1001010010011110110010111101110110010100111001011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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