#949BDE

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

Shades of Portage #949BDE

Tints of Portage #949BDE

Color information

#949BDE (or 0x949BDE) is unknown color: approx Portage. HEX triplet: 94, 9B and DE. RGB value is (148,155,222). Sum of RGB (Red+Green+Blue) = 148+155+222=525 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.19% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #949BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949BDE is #6B6421. Grayscale: #A0A0A0. Windows color (decimal): -7037986 or 14588820. OLE color: 14588820.

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

Color convert

RGB148155222-
CMYK0.330.3000.13
HSL234.32º52.86%72.55%-
HSV(B)234.32º33.33%87.06%-
XYZ37.1235.0173.91-
YUV160.54162.68119.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.19%
GREEN value IS 155 (60.94% from 255) = 29.52%
BLUE value IS 222 (87.11% from 255) = 42.29%
R=28.19%
G=29.52%
B=42.29%

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
Decimal1481552220.330.3000.13234.3252.8672.55
Hex949BDE211E0Dea3549
Octal224233336413601535265111
Binary1001010010011011110111101000011111001101111010101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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