#949FDC

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

Shades of Portage #949FDC

Tints of Portage #949FDC

Color information

#949FDC (or 0x949FDC) is unknown color: approx Portage. HEX triplet: 94, 9F and DC. RGB value is (148,159,220). Sum of RGB (Red+Green+Blue) = 148+159+220=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #949FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949FDC is #6B6023. Grayscale: #A2A2A2. Windows color (decimal): -7036964 or 14458772. OLE color: 14458772.

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

Color convert

RGB148159220-
CMYK0.330.2800.14
HSL230.83º50.7%72.16%-
HSV(B)230.83º32.73%86.27%-
XYZ37.5336.2672.73-
YUV162.66160.36117.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.08%
GREEN value IS 159 (62.5% from 255) = 30.17%
BLUE value IS 220 (86.33% from 255) = 41.75%
R=28.08%
G=30.17%
B=41.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1481592200.330.2800.14230.8350.772.16
Hex949FDC211C0Ee73348
Octal224237334413401634763110
Binary1001010010011111110111001000011110001110111001111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,159,220); }

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

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

 a { background-color: rgb(148,159,220); }

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

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

 span { border-color: rgb(148,159,220); }

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