#949cd8

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

Shades of Portage #949CD8

Tints of Portage #949CD8

Color information

#949CD8 (or 0x949CD8) is unknown color: approx Portage. HEX triplet: 94, 9C and D8. RGB value is (148,156,216). Sum of RGB (Red+Green+Blue) = 148+156+216=520 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.46% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 216 (84.77% from 255 or 41.54% from 520); Max value from RGB is 216 - color contains mainly: blue. Hex color #949CD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949CD8 is #6B6327. Grayscale: #A0A0A0. Windows color (decimal): -7037736 or 14195860. OLE color: 14195860.

HSL color Cylindrical-coordinate representation of color #949CD8: hue angle of 232.94º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #949CD8 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB148156216-
CMYK0.310.2800.15
HSL232.94º46.58%71.37%-
HSV(B)232.94º31.48%84.71%-
XYZ36.535.0369.8-
YUV160.45159.35119.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.46%
GREEN value IS 156 (61.33% from 255) = 30%
BLUE value IS 216 (84.77% from 255) = 41.54%
R=28.46%
G=30%
B=41.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1481562160.310.2800.15232.9446.5871.37
Hex949CD81F1C0Fe92f47
Octal224234330373401735157107
Binary100101001001110011011000111111110001111111010011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949cd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,156,216); }

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

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

 a { background-color: rgb(148,156,216); }

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

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

 span { border-color: rgb(148,156,216); }

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