#949FCC

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

Shades of Portage #949FCC

Tints of Portage #949FCC

Color information

#949FCC (or 0x949FCC) is unknown color: approx Portage. HEX triplet: 94, 9F and CC. RGB value is (148,159,204). Sum of RGB (Red+Green+Blue) = 148+159+204=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #949FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949FCC is #6B6033. Grayscale: #A0A0A0. Windows color (decimal): -7036980 or 13410196. OLE color: 13410196.

HSL color Cylindrical-coordinate representation of color #949FCC: hue angle of 228.21º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #949FCC is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB148159204-
CMYK0.270.2200.2
HSL228.21º35.44%69.02%-
HSV(B)228.21º27.45%80%-
XYZ35.5135.4562.1-
YUV160.84152.36118.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.96%
GREEN value IS 159 (62.5% from 255) = 31.12%
BLUE value IS 204 (80.08% from 255) = 39.92%
R=28.96%
G=31.12%
B=39.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1481592040.270.2200.2228.2135.4469.02
Hex949FCC1B16014e42345
Octal224237314332602434443105
Binary1001010010011111110011001101110110010100111001001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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