#949BD9

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

Shades of Portage #949BD9

Tints of Portage #949BD9

Color information

#949BD9 (or 0x949BD9) is unknown color: approx Portage. HEX triplet: 94, 9B and D9. RGB value is (148,155,217). Sum of RGB (Red+Green+Blue) = 148+155+217=520 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.46% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 217 (85.16% from 255 or 41.73% from 520); Max value from RGB is 217 - color contains mainly: blue. Hex color #949BD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949BD9 is #6B6426. Grayscale: #9F9F9F. Windows color (decimal): -7037991 or 14261140. OLE color: 14261140.

HSL color Cylindrical-coordinate representation of color #949BD9: hue angle of 233.91º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #949BD9 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB148155217-
CMYK0.320.2900.15
HSL233.91º47.59%71.57%-
HSV(B)233.91º31.8%85.1%-
XYZ36.4634.7570.43-
YUV159.98160.18119.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.46%
GREEN value IS 155 (60.94% from 255) = 29.81%
BLUE value IS 217 (85.16% from 255) = 41.73%
R=28.46%
G=29.81%
B=41.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1481552170.320.2900.15233.9147.5971.57
Hex949BD9201D0Fea3048
Octal224233331403501735260110
Binary1001010010011011110110011000001110101111111010101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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