#949FCA

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

Shades of Portage #949FCA

Tints of Portage #949FCA

Color information

#949FCA (or 0x949FCA) is unknown color: approx Portage. HEX triplet: 94, 9F and CA. RGB value is (148,159,202). Sum of RGB (Red+Green+Blue) = 148+159+202=509 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.08% from 509); Green value is 159 (62.5% from 255 or 31.24% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #949FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949FCA is #6B6035. Grayscale: #A0A0A0. Windows color (decimal): -7036982 or 13279124. OLE color: 13279124.

HSL color Cylindrical-coordinate representation of color #949FCA: hue angle of 227.78º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #949FCA is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB148159202-
CMYK0.270.2100.21
HSL227.78º33.75%68.63%-
HSV(B)227.78º26.73%79.22%-
XYZ35.2735.3660.84-
YUV160.61151.36119-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.08%
GREEN value IS 159 (62.5% from 255) = 31.24%
BLUE value IS 202 (79.30% from 255) = 39.69%
R=29.08%
G=31.24%
B=39.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481592020.270.2100.21227.7833.7568.63
Hex949FCA1B15015e42245
Octal224237312332502534442105
Binary1001010010011111110010101101110101010101111001001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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