#949DDB

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

Shades of Portage #949DDB

Tints of Portage #949DDB

Color information

#949DDB (or 0x949DDB) is unknown color: approx Portage. HEX triplet: 94, 9D and DB. RGB value is (148,157,219). Sum of RGB (Red+Green+Blue) = 148+157+219=524 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.24% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #949DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949DDB is #6B6224. Grayscale: #A1A1A1. Windows color (decimal): -7037477 or 14392724. OLE color: 14392724.

HSL color Cylindrical-coordinate representation of color #949DDB: hue angle of 232.39º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #949DDB is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB148157219-
CMYK0.320.2800.14
HSL232.39º49.65%71.96%-
HSV(B)232.39º32.42%85.88%-
XYZ37.0635.5271.92-
YUV161.38160.52118.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.24%
GREEN value IS 157 (61.72% from 255) = 29.96%
BLUE value IS 219 (85.94% from 255) = 41.79%
R=28.24%
G=29.96%
B=41.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1481572190.320.2800.14232.3949.6571.96
Hex949DDB201C0Ee83248
Octal224235333403401635062110
Binary1001010010011101110110111000001110001110111010001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,157,219); }

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

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

 a { background-color: rgb(148,157,219); }

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

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

 span { border-color: rgb(148,157,219); }

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