#949FCE

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

Shades of Portage #949FCE

Tints of Portage #949FCE

Color information

#949FCE (or 0x949FCE) is unknown color: approx Portage. HEX triplet: 94, 9F and CE. RGB value is (148,159,206). Sum of RGB (Red+Green+Blue) = 148+159+206=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #949FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949FCE is #6B6031. Grayscale: #A0A0A0. Windows color (decimal): -7036978 or 13541268. OLE color: 13541268.

HSL color Cylindrical-coordinate representation of color #949FCE: hue angle of 228.62º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #949FCE is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB148159206-
CMYK0.280.2300.19
HSL228.62º37.18%69.41%-
HSV(B)228.62º28.16%80.78%-
XYZ35.7535.5563.37-
YUV161.07153.36118.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.85%
GREEN value IS 159 (62.5% from 255) = 30.99%
BLUE value IS 206 (80.86% from 255) = 40.16%
R=28.85%
G=30.99%
B=40.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1481592060.280.2300.19228.6237.1869.41
Hex949FCE1C17013e52545
Octal224237316342702334545105
Binary1001010010011111110011101110010111010011111001011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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